-
Notifications
You must be signed in to change notification settings - Fork 642
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
www/nginx: The GUI parameter "Verify Certificate" does not do anything #1986
Comments
agree. location.conf template does not contain proxy_ssl_verify directive at all. |
@AdSchellevis Any chance to pull #1987 for the next release? |
@8191 since @fabianfrz is the maintainer, we should ask him if we can pull it in. to me it looks like a good addition, although the model change needs a version upgrade and might be backwards incompatible (removing the url attribute). |
@AdSchellevis I did the review and yes, I think the model change is needed all the other things are ok beside the whitespace (@8191 probably used some windows editor which is not set up for spaces) |
Fixed by merging #1987 |
Describe the bug
The GUI parameter "TLS: Verify Certificate" of an Upstream does not do anything; Nginx always successfully connects to the upstream, regardless of the checkbox.
To Reproduce
Preconditions:
A working Nginx config which acts as a proxy for a page which is upstreamed via HTTPs and an invalid certificate.
Steps to reproduce the behavior:
Expected behavior
Nginx shall not connect to the upstream and display an error to the end-user.
The text was updated successfully, but these errors were encountered: