Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
harism committed May 23, 2024
1 parent 07113f5 commit b1666e9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ protected Future<ProtonConnection> connectToAdapter(
final ProtonClientOptions options = new ProtonClientOptions(defaultOptions);
options.addEnabledSaslMechanism(ProtonSaslPlainImpl.MECH_NAME);
options.setEnabledSecureTransportProtocols(Set.of(tlsVersion));
options.setHostnameVerificationAlgorithm("");
Optional.ofNullable(cipherSuite).ifPresent(options::addEnabledCipherSuite);
client.connect(
options,
Expand Down

0 comments on commit b1666e9

Please sign in to comment.