Skip to content

Commit 7add037

Browse files
committed
Remove sslAllowInvalidHostnames from STANDALONE_SSL params
sslWeakCertificateValidation is more permissive, so this may be redundant. MO's own configurations don't specify this for SSL environments.
1 parent 9299dd9 commit 7add037

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/presets/travis/standalone/standalone-ssl.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"sslMode": "requireSSL",
1515
"sslCAFile": "$TRAVIS_BUILD_DIR/scripts/ssl/ca.pem",
1616
"sslPEMKeyFile": "$TRAVIS_BUILD_DIR/scripts/ssl/server.pem",
17-
"sslWeakCertificateValidation": true,
18-
"sslAllowInvalidHostnames": true
17+
"sslWeakCertificateValidation": true
1918
}
2019
}

0 commit comments

Comments
 (0)