Relative Content

Tag Archive for spring-webfluxnettyspring-cloud-gatewayspring-webclientreactor-netty

[SpringCloudGateway]: Netty HttpClient failed to connect with SSLHandshakeException after establishing HTTPS connection with endpoint

We have built API Gateway application using Spring Cloud Gateway 4.0 (on webflux) framework. The application is able to intercept incoming request and redirect it to the configured downstream HTTPS endpoint using TLS certificate.
However, there is one request in which the gateway app unable to establish HTTPS connection with configured downstream endpoint and getting below SSL Handshake error (soon after connection and active channel):