use of own certificates and https-pass-through #1598
Replies: 2 comments 8 replies
-
It is currently not possible, I made a PR which would add this functionality but I'm not sure it will get merged, as it is a huge change and comes with a load of issues. See #853 |
Beta Was this translation helpful? Give feedback.
-
I was able to answer one question myself, my own certificates can be integrated via the web GUI, as 'Custom' ones. Nothing special needs to be set up in the composer. Thanks for the clarification, @chaptergy . If I have understood correctly, it is not possible to use entry port 443 for both proxy and ssl-passthrough at the same time, regardless of which edition of nginx is used? No possibility at all? If I interpret the example-configuration under https://admintuts.net/server-admin/docker/nginx-reverse-proxy-with-ssl-pass-through-load-balancing/ (see 'Bonus: Configure Nginx Reverse Proxy SSL Passthrough SNI For Docker') correctly, the port 3443 is used for the ssl-passthrough and port 443 for proxy? Did I interpreted that correctly? |
Beta Was this translation helpful? Give feedback.
-
Hi all!
I'm currently use traefik but my configuration will not work, for that I wonder if NPM is a better option and I wonder, if NPM supports the use of own certificates and https-pass-through. For both I could not find anything in the documentation (https://nginxproxymanager.com/setup/). If it supports these functions, were can I find more to read about, how to setup?
I need at least two routings:
https > npm > http/container1
https > npm > https/container2 (passthrough)
And as told using own certificate and NOT letsencrypt...
Thanks and regards...
Beta Was this translation helpful? Give feedback.
All reactions