Redirect loop when manual adding HTTPS certificate #4171
Unanswered
miwierzbicki
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hello @miwierzbicki Are you using some sort of reverse proxy? GlobaLeaks requires to be exposed directly on ports 80 and 443. Would you please describe your setup with more detail? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Globaleaks installed using Docker-compose.
When adding manually created certificates in order to make HTTPS work, site goes in infinite redirect loop. Steps that I've made:
Generate private key to become local CA (it will be used locally, on separate network):
CANAME=MyOrg-RootCA # generate aes encrypted private key openssl genrsa -aes256 -out MyOrg-RootCA.key 4096
Generate CA certificate
Create certificate for webserver
Sign the certificate
And then in GlobaLeaks admin panel:
Uploading the myserver.key private key
Uploading Certificate (myserver.crt).
After saving I cannot reach site anymore and thus, I need to revert backup.
As a hostname I have provided local machine IP (192.168.11.14).
Can somebody please help me how to set it up? :) Thanks in advance really!
Beta Was this translation helpful? Give feedback.
All reactions