Skip to content

Commit

Permalink
temp: debug code to get TLS version/protocol3
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjaypujare committed Jan 6, 2022
1 parent 2e9c9d5 commit cccbcda
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -418,7 +418,7 @@ public void from_tls_clientAuthRequire_noClientCert() throws Exception {
.build();
Status status = expectFailedHandshake(channelCreds, serverCreds);
String[] enabled = engine.getEnabledProtocols();
String[] supported = engine.getEnabledProtocols();
String[] supported = engine.getSupportedProtocols();
System.err.println("enabled protocols=" + Arrays.toString(enabled));
System.err.println("supported protocols=" + Arrays.toString(supported));
status.asException().printStackTrace(); // temp - for debygging
Expand Down

0 comments on commit cccbcda

Please sign in to comment.