Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(proxy): Take advantage of
InsecureOkHttpClientBuilderProvider
(#…
…1336) The `DefaultOkHttpClientBuilderProvider` (previous behavior) will actually utilize the `okHttpClient.*` config properties and unnecessarily set keystore/truststores. This is fine when communicating with other Spinnaker services but problematic externally. The `InsecureOkHttpClientBuilderProvider` loosens the certificate chain validations.
- Loading branch information