mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-11 03:35:09 -05:00
make non interactive verfier non interactive
This commit is contained in:
parent
36ae840d76
commit
8e6f054e52
@ -702,7 +702,7 @@ public class MemorizingTrustManager implements X509TrustManager {
|
||||
}
|
||||
@Override
|
||||
public boolean verify(String hostname, SSLSession session) {
|
||||
return verify(hostname, session, true);
|
||||
return verify(hostname, session, false);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user