-
Notifications
You must be signed in to change notification settings - Fork 26
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
HTTPS support to stack #43
Comments
The TLS connection should be terminated outside the containers (ie put an nginx or similar in front of everything and from there you make a plain HTTP connection into the container) |
That is what Nginx Proxy Manager do? If i run a wordpress container, i can add my SSL certificate through Nginx Proxy Manager dashboard, but i can't do it to indico containers, maybe i need to delete the nginx container from docker compose? Do you run indico with https support? |
I have no idea what "nginx proxy manager" is. We do not use containers ourselves to deploy Indico, but when we tested it we used OpenShift which also terminated TLS and then forwarded a plain HTTP request into the container. |
Is a nginx proxy with dashboard that runs in docker, it's great. |
How to add HTTPS support to stack? i have my own SSL certificate.
i am trying to run in port 80 but i can, i am using Nginx Proxy Manager, i can run it in 9090 port, but not in 80.
I have another containers using 80 port, but if i point the domain name to the container works, but doesn't works for indico containers :/
Thanks in advance.
Note: sorry for my bad english.
The text was updated successfully, but these errors were encountered: