* Julien Thomas <
julien...@yourosoft.com> [2021-03-11 21:25]:
"Redirections is made to port 8443"
If your SP web server is behing an HTTP Reverse Proxy nothing should
ever know (nor be able to successfully connect) about the port your
proxied web server runs at, i.e., nothing should ever access or
redirect to port 8443.
Do you literally run Apache httpd as web server and then again Nginx
as yet another web server? (Why?)
If so I'd make sure Apache httpd is properly configured, meaning
ServerName is properly virtualised (with the externally -- from your
browser -- visible schema and port).
Maybe only getting SSP's baseurlpath right (as suggested by Tim in
that issue) will suffice but getting the virtualisiation right in the
web server can't hurt.
Cookie issues limited to Chrome and Edge (which is them same thing
these days, AFAIK) but not Firefox also scream SameSite, as also
mentioned by Tim.
-peter