We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86ed7ed commit a5585bdCopy full SHA for a5585bd
1 file changed
src/com/rabbitmq/client/ConnectionFactory.java
@@ -80,7 +80,7 @@ public class ConnectionFactory implements Cloneable {
80
public static final int DEFAULT_SHUTDOWN_TIMEOUT = 10000;
81
82
/** The default SSL protocol */
83
- private static final String DEFAULT_SSL_PROTOCOL = "SSLv3";
+ private static final String DEFAULT_SSL_PROTOCOL = "TLSv1";
84
85
private String username = DEFAULT_USER;
86
private String password = DEFAULT_PASS;
@@ -520,7 +520,7 @@ public void useSslProtocol(String protocol)
520
521
/**
522
* Convenience method for setting up an SSL socket factory.
523
- * Pass in the SSL protocol to use, e.g. "TLS" or "SSLv3".
+ * Pass in the SSL protocol to use, e.g. "TLSv1" or "TLSv1.2".
524
*
525
* @param protocol SSL protocol to use.
526
*/
0 commit comments