spring-cloud / spring-cloud-openfeign

Support for using OpenFeign in Spring Cloud apps
Apache License 2.0
1.17k stars 756 forks source link

disableSslValidation not working in spring cloud. #1034

Closed smileatom closed 1 month ago

smileatom commented 1 month ago

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.

smileatom commented 1 month ago

closing because this is a property name change