Skip to content

Commit 760726e

Browse files
committed
Update to PQC changes
1 parent 6dd5d75 commit 760726e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Future<Void> enableSsl(boolean clientConfigSsl, byte encryptionLevel, MSSQLConne
105105
// 2. Create and set up an SSLHelper and SSLHandler
106106
SSLHelper helper = new SSLHelper(options, options.getApplicationLayerProtocols());
107107
return helper.buildChannelProvider(options.getSslOptions(), context).compose(provider -> {
108-
SslHandler sslHandler = provider.createClientSslHandler(socket.remoteAddress(), null, false, false);
108+
SslHandler sslHandler = provider.createClientSslHandler(socket.remoteAddress(), null, false, null);
109109

110110
// 3. TdsSslHandshakeCodec manages SSL payload encapsulated in TDS packets
111111
TdsSslHandshakeCodec tdsSslHandshakeCodec = new TdsSslHandshakeCodec();

0 commit comments

Comments
 (0)