Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix nginx.conf with TLS verification (#13)
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. Refs NethServer/dev#6859
- Loading branch information