spring-cloud/spring-cloud-openfeign

disableSslValidation not working in spring cloud.

smileatom opened this issue · 1 comments

Since switching from using feign client directly to using spring-cloud-openfeign disableSslValidation property of httpclient no longer works.

...
httpclient:
disableSslValidation: true

Expected behavior:
target host Ssl cert is not validated.

Actual Behavior
PKIX path building error from ssl validator

Workaround:
Use feign client directly instead of spring-cloud-open-feign

Workaround result:
SSL calls succeed without PKIX build failure from ssl validator.

closing because this is a property name change