Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable hostname verification for our CA certificate only
We previously left this in, since it's generally better to follow TLS rules, but there's one case where it matters: when a client sends a request without using SNI, and so the proxy may not show the right certificate. We want to allow that, and to do so we need to ensure that hostname checks are skipped (but only for our CA - not for any others, which must still follow normal TLS rules).
- Loading branch information