-
Notifications
You must be signed in to change notification settings - Fork 43
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
Issue using SSL on container #15
Comments
That last |
Thanks for the help, curling to the container behind the proxy results in this being sent to the logs
I've got these ports exposed in my container:
I think it might be the way I've built the container? I used this as my command:
|
If that's the case, you need to set |
I'm seeing something similar as well just running the container with our self-signed SSL certs:
|
I followed the advice given by @codekitchen and rebuilt my container without using the publish parameter and instead exporting the Thanks to @codekitchen for providing such an awesome tool! |
Thanks @brobey8 but unfortunately that's not the issue. |
Hey,
I've set my docker container up, exposing ports 443 and 80 and everything is working fine with normal HTTP traffic. But following the SSL guide in the readme (creating the cert files based on the hostname) and I'm still not able to connect via HTTPS.
I've gone in and had a look at the reverse proxy container and it seems that the default nginx config that is generated is not listening to port 443:
I've also had a look inside the certs folder on this server and it contains my self signed certificates so not exactly sure what's going on.
Thanks
The text was updated successfully, but these errors were encountered: