We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99bbf34 commit 315c7c0Copy full SHA for 315c7c0
1 file changed
src/main/java/com/huawei/push/util/IgnoreSSLUtils.java
@@ -36,7 +36,7 @@
36
*/
37
public class IgnoreSSLUtils {
38
private static SSLContext createIgnoreVerifySSL() throws NoSuchAlgorithmException, KeyManagementException {
39
- SSLContext sc = SSLContext.getInstance("SSLv3");
+ SSLContext sc = SSLContext.getInstance("TLSv1.2");
40
41
X509TrustManager trustManager = new X509TrustManager() {
42
@Override
0 commit comments