Skip to content

Commit 31d297d

Browse files
committed
Update to the TLS hostname verification algorithm changes.
1 parent a0b2d1c commit 31d297d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vertx-mssql-client/src/main/java/io/vertx/mssqlclient/impl/MSSQLSocketConnection.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ Future<Void> enableSsl(boolean clientConfigSsl, byte encryptionLevel, MSSQLConne
110110
if (!clientConfigSsl) {
111111
sslOptions.setTrustAll(true);
112112
}
113+
sslOptions.setHostnameVerificationAlgorithm("");
113114

114115
// 2. Create and set up an SSLHelper and SSLHandler
115116
// options.getApplicationLayerProtocols()

0 commit comments

Comments
 (0)