This commit is contained in:
Spencer Gibb
2016-06-29 11:38:33 -06:00
parent 5e9c71e0e3
commit cb4d60ca8d

View File

@@ -126,7 +126,7 @@ public class ZuulProperties {
Arrays.asList("Cookie", "Set-Cookie", "Authorization"));
/**
* Flag to say whether the hostname for ssl connections should be verified or now. Default is true.
* Flag to say whether the hostname for ssl connections should be verified or not. Default is true.
* This should only be used in test setups!
*/
private boolean sslHostnameValidationEnabled =true;