Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
proxy: fix invalid check to enable authentication
This commit fixes a bug in the server initialization w.r.t. requiring TLS certificate verification of TLS proxies. Currently, the certificate of the TLS proxy is not validated by default / when `--auth` is not set to `off`. However, this has no direct security impact since a TLS proxy has to be explicitly configured and its public key has to be pinned. This commit fixes this by always enabling TLS certificate validation for TLS proxies unless `--auth=off` has been specified.
- Loading branch information