Custom page for default site (Settings) not working on HTTPS (custom SSL). #2024
Unanswered
prashantsomashekar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
I set a custom page under settings which should be displayed, when it encounters a host not listed in NPM, if I understand correctly.
However, this doesn't appear to work on HTTPS (custom SSL). The self-signed certificate (localhost) is encountered (expected) and then it throws a HTTP error after accepting the warning in the browser, to move forward. I have not tested HTTP as I have intentionally left that closed.
Upon looking here:
https://github.com/NginxProxyManager/nginx-proxy-manager/blob/develop/backend/templates/default.conf
I don't see 443 defined. However, HTTP (non S) should work, given that template.
Does anyone have a way to add further configuration within NPM itself to sort it out without having to modify raw files / mount a custom config in to the container?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions