Login error in tryton 8.0

Hello: I’m testing version 8.0 and after much investigation into why the admin user doesn’t authenticate in the SAO after installation but does work in the GTK desktop client, I see in the log:

40146 61056257904656 [2026-06-03 21:18:08,618] INFO werkzeug 192.168.1.20 - - [03/Jun/2026 21:18:08] “POST /tryton_db/session/login HTTP/1.1” 200 -
40146 61056257906704 [2026-06-03 21:18:12,960] INFO werkzeug 192.168.1.20 - - [03/Jun/2026 21:18:12] “POST /tryton_db/session/login HTTP/1.1” 200 -
40146 61056156563472 [2026-06-03 21:18:12,965] INFO werkzeug 192.168.1.20 - - [03/Jun/2026 21:18:12] “POST /tryton_db/rpc/ HTTP/1.1” 401 -
40146 61056156514320 [2026-06-03 21:18:12,967] INFO werkzeug 192.168.1.20 - - [03/Jun/2026 21:18:12] “POST /tryton_db/rpc/ HTTP/1.1” 401"

Error 401, but when testing things, if I enable SSL with a self-signed certificate it works correctly. This never happened to me before. Can anyone shed some light on this? Of course, using a self-signed certificate locally is very annoying.I tried several versions of werkzeug and psycopg as well. Thank you very much.

See tryton_session cookie is rejected (#14813) · Issues · Tryton / Tryton · GitLab