zowe / sample-spring-boot-api-service

Zowe REST API service SDK and sample API service that integrates with Zowe API Mediation Layer
Other
26 stars 18 forks source link

Use TLSv1.2 in Eureka HTTP client on z/OS #48

Closed plavjanik closed 4 years ago

plavjanik commented 4 years ago

This small change makes sure that TLS 1.2 is used in Apache HTTP Clients (like the Eureka Client in Discovery Service is using). This is necessary to access Discovery Service which accepts only TLS 1.2.

Signed-off-by: Petr Plavjanik plavjanik@gmail.com