Skip to content

Commit

Permalink
support TLSv1.2 with DefaultSSLSocketFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
IG-ReDCAD committed May 18, 2022
1 parent d56a84d commit da6fe43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class DefaultSSLSocketFactory implements SSLSocketFactory {
private final String protocol;

public DefaultSSLSocketFactory() {
this("TLSv1");
this("TLSv1.2");
}

/**
Expand Down

0 comments on commit da6fe43

Please sign in to comment.