-
-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
403 Invalid signature. #281
Comments
Hi, what setup are you using? Do you use the Docker Image and one of the self-hosting examples? SSL? Reverse Proxy? |
Yes selfhost Docker and Reverse Proxy with SSL. I'm receiving the email with the https:// link but always get the 403 invalid signature error message. |
can you go to |
Everything looks ok. I followed all the instructions also the output is ok. Fresh installation give the same identical issue. |
Invalid signatures usually occur when the application does not detect SSL or the hostname correctly, and therefore creates an incorrect hash. Do you use Traefik or a different reverse proxy? And i assume you are using the Docker latest tag? |
I'm using reverse proxy with Synology NAS and installed over 1K docker containers using Reverse Proxy https ssl. https://mariushosting.com/docker/ I'm experience issue only with solidtime. I'm using docker :latest tag and also tried :main tag, same issue on both version. |
@mariushosting Are you sure that the value for |
I'm experiencing the same issue. My setup is a bit more complex: I have Dokku installed on public facing IP, which runs a Caddy container, which proxies to port 8000 of the machine that hosts solidtime. Don't ask why :) I cannot seem to get secure=true no matter what I do. I believe some headers get lost during transit. Help is much appreciated. |
Yes I'm sure. |
I have the same issue with 403 invalid Signature. However, in my debug output, secure is false. What do I need to do to get it to be secure? I'm using NGINX reverse proxy. |
My issue turned out to be related to the reverse proxy configuration. It is sorted now and all is working fine. |
Can you explain your issue with the reverse proxy? |
This is the config for the proxy server: `
} |
I receive a 403 Invalid signature error message once I click on the link to Verify Email Address.
The text was updated successfully, but these errors were encountered: