Flip disable ssl flag for SimpleHostRoutingFilter. Fixes #2503.
This commit is contained in:
@@ -142,7 +142,7 @@ public class SimpleHostRoutingFilter extends ZuulFilter {
|
||||
private void initialize() {
|
||||
if(!customHttpClient) {
|
||||
this.connectionManager = connectionManagerFactory.newConnectionManager(
|
||||
this.sslHostnameValidationEnabled,
|
||||
!this.sslHostnameValidationEnabled,
|
||||
this.hostProperties.getMaxTotalConnections(),
|
||||
this.hostProperties.getMaxPerRouteConnections(),
|
||||
this.hostProperties.getTimeToLive(), this.hostProperties.getTimeUnit(),
|
||||
|
||||
Reference in New Issue
Block a user