forked from mirror/monocles_chat
make non interactive verfier non interactive
This commit is contained in:
parent
36ae840d76
commit
8e6f054e52
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue