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