Skip to content
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

Fix nginx.conf with TLS verification #13

Merged
merged 1 commit into from
Mar 13, 2024
Merged

Fix nginx.conf with TLS verification #13

merged 1 commit into from
Mar 13, 2024

Conversation

DavidePrincipi
Copy link
Member

@DavidePrincipi DavidePrincipi commented Mar 12, 2024

When tls_verify is "on", our Nginx configuration seems limited to one backend server only, because the proxy_ssl_name value must match the TLS certificate name.

Furthermore we must add the ca-certificates bundle provided by the container image (based on Alpine Linux), for the upstream certificate chain verification.

This PR changes only the backend configuration. We ought to modify the UI accordingly.

Refs NethServer/dev#6859
Closes #12

When tls_verify is "on", our Nginx configuration seems limited to one
backend server only, because the proxy_ssl_name value must match the
TLS certificate name.

Furthermore we must add the ca-certificates bundle provided by the
container image, for the upstream certificate chain verification.
@DavidePrincipi DavidePrincipi merged commit ee0be68 into main Mar 13, 2024
1 check passed
@DavidePrincipi DavidePrincipi deleted the bug-6859 branch March 13, 2024 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants