Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow NoopHostNameVerifier to be set for SOCKS Proxy
It's useful, during testing, when using a SOCKS Proxy, to allow the HostnameVerifier to be set to a NoopHostNameVerifier - similar to how *non SOCKS proxy* connections allow this to be done. This change allows a NoopHostNameVerifier to be used if the key `:insecure` (or `:insecure?`) is set `true` in the config settings during `make-socks-proxied-conn-manager`. -=david=-
- Loading branch information