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.

Comment From: smileatom

closing because this is a property name change