Cant login in a new installation of 8.6.1 over Apache + PHPFPM 8.2 + MariaDB 10.6

Hi.

New installation via Softaculous.

  • Php 8.2 PHP-FMP
  • Mariadb 10.6

I go to log in with the Firefox development console.
I can’t log in because of a session error.

In the first error after login success, you see a first error in sessions-status with a 406 response
The only striking thing is:
Reference policy strict-origin-when-cross-origin

But now that we are aware of this type of problem, we have deactivated all security:

Even so, I have tried

curl -I -H "Accept: application/json" https://softaculous.MYDOMAIN.com/public/session-status
HTTP/2 200
cache-control: max-age=0, must-revalidate, private
date: Sat, 13 Jul 2024 17:22:04 GMT
link: <https://softaculous.MYDOMAIN.com/public/api/docs.jsonld>; rel="http://www.w3.org/ns/hydra/core#apiDocumentation"
expires: Sat, 13 Jul 2024 17:22:04 GMT
set-cookie: LEGACYSESSID=2q13ug6ioqar5dmts1qk704t43; path=/; secure; HttpOnly; SameSite=lax
set-cookie: PHPSESSID=2q13ug6ioqar5dmts1qk704t43; path=/; secure; HttpOnly; SameSite=lax
set-cookie: XSRF-TOKEN=CUoDIWHfoYZ1_V5xJH6fPk5BFGlaSHrcUpNEd9DMpAI; path=/; samesite=lax
vary:User-Agent
content-type: application/json
server: Apache/2


Of course, verified PHP value for session.name PHPSESSID PHPSESSID

Apreciate help.

Try to follow this fresh installation script. Let me know how it went.

Sorry to hear about your session error issue. We built a working AWS image of SuiteCRM 8.6 on AlmaLinux 9. It’s optimized for performance and security. Hope this will help to save some deployment time. Let us know if you need any help.
https://aws.amazon.com/marketplace/pp/prodview-twveluygetf4u

Phil