Skip to content

Commit 14609e6

Browse files
committed
samples update for proxy configuration with spring-cloud-gateway
1 parent 022ade7 commit 14609e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

springdoc-openapi-microservices/config-service/src/main/resources/config/gateway-service.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ logging:
1919
spring:
2020
cloud:
2121
gateway:
22+
httpclient:
23+
ssl:
24+
useInsecureTrustManager: true
2225
discovery:
2326
locator:
2427
enabled: true

0 commit comments

Comments
 (0)