解决: 禁用SSL校验
(同事给的解决方案,特此记录一下)
<dependency>
<groupId>io.github.openfeign</groupId>
<artifactId>feign-httpclient</artifactId>
</dependency>
feign:
httpclient:
enabled: true
disableSslValidation: true
解决: 禁用SSL校验
(同事给的解决方案,特此记录一下)
<dependency>
<groupId>io.github.openfeign</groupId>
<artifactId>feign-httpclient</artifactId>
</dependency>
feign:
httpclient:
enabled: true
disableSslValidation: true