File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ public class ConnectionFactory implements Cloneable {
80
80
public static final int DEFAULT_SHUTDOWN_TIMEOUT = 10000 ;
81
81
82
82
/** The default SSL protocol */
83
- private static final String DEFAULT_SSL_PROTOCOL = "SSLv3 " ;
83
+ private static final String DEFAULT_SSL_PROTOCOL = "TLSv1 " ;
84
84
85
85
private String username = DEFAULT_USER ;
86
86
private String password = DEFAULT_PASS ;
@@ -520,7 +520,7 @@ public void useSslProtocol(String protocol)
520
520
521
521
/**
522
522
* Convenience method for setting up an SSL socket factory.
523
- * Pass in the SSL protocol to use, e.g. "TLS " or "SSLv3 ".
523
+ * Pass in the SSL protocol to use, e.g. "TLSv1 " or "TLSv1.2 ".
524
524
*
525
525
* @param protocol SSL protocol to use.
526
526
*/
You can’t perform that action at this time.
0 commit comments