Skip to content

Commit 4b88c28

Browse files
committed
Merge pull request #465 from egk35/patch-2
Don't override default SSL Socket Factory
2 parents 758f236 + 300140b commit 4b88c28

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Parse/src/main/java/com/parse/ParseURLConnectionHttpClient.java

-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@
3737

3838
public ParseURLConnectionHttpClient(int socketOperationTimeout, SSLSessionCache sslSessionCache) {
3939
this.socketOperationTimeout = socketOperationTimeout;
40-
41-
HttpsURLConnection.setDefaultSSLSocketFactory(SSLCertificateSocketFactory.getDefault(
42-
socketOperationTimeout, sslSessionCache));
4340
}
4441

4542
@Override

0 commit comments

Comments
 (0)