forked from mirror/monocles_chat_clean
make non interactive verfier non interactive
This commit is contained in:
parent
b2a67aeb9a
commit
1c995a3371
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