Skip to content

Commit da6fe43

Browse files
committed
support TLSv1.2 with DefaultSSLSocketFactory
1 parent d56a84d commit da6fe43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/github/shyiko/mysql/binlog/network/DefaultSSLSocketFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class DefaultSSLSocketFactory implements SSLSocketFactory {
3030
private final String protocol;
3131

3232
public DefaultSSLSocketFactory() {
33-
this("TLSv1");
33+
this("TLSv1.2");
3434
}
3535

3636
/**

0 commit comments

Comments
 (0)