Now, I receive a error message related to redirection error.
La page n’est pas redirigée correctement.
Une erreur est survenue pendant une connexion à maison.domain.tld.
La cause de ce problème peut être la désactivation ou le refus des cookies.
What’s next to completly fix it ?
I keep investigating.
Meh, not sure what’s happening exactly but pretty sure it’s related to the reverse proxy …
I’m guessing the reverse proxy is forwarding the request in http, but SSOwat wants to enforce https … which is then answered by the reverse proxy, but forwarded in http, so SSOwat again wants to enforce http …
Could be fixed by declaring the scheme in ssowat conf to be http instead of https … Not clear to me why this was working before but not now …
Recently, I changed a lot of things in my home configuration.
In fact, my box is currently configured in bridge mode, but I do not think it is related to the current issue.
However, I also modified my letsencrypt certificates.
Before, I had several certificates configured as follows:
domain1.tld
*.sub1.domain1.tld
*.sub2.domain1.tld
domain2.tld
*.sub1.domain2.tld
*.sub2.domain2.tld
I moved to something simpler:
domain1.tld
*.domain1.tld
domain2.tld
*.domain2.tld
I’m wondering if the system is not lacking the previous subdomain.
I’ve modified my letsencrypt certificates, and I’m going to check if it will fix this redirection issue.
I’ll let you know.
Thank you again…
I changed the settings of my LetsEncrypt certificates, and regenerated.
But it not solve the problem.
However, Ha-Proxy was talking with Yunohost, using HTTP protocol.
I reconfigured Ha-Proxy, so it uses HTTPS to talk with Yunohost, and Bingo !
It works…
It was just to keep you informed…