You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
Then I found a class in this project SslUtil.java:
publicstaticbooleanshouldDenyRequest(interror)
{
asserterror >= -215 && error <= -200;
switch (error)
{
case -213:
case -212:
case -211:
case -208:
case -207:
case -206:
case -203:
// case -202: case -201:
// case -200: case -150:
case -129:
returntrue;
}
returnfalse;
}
I just annotate case 200 ,202 ;it will work normal
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It will toast net::ERR_SUCURITY_RESPONSE .
Then I found a class in this project SslUtil.java:
I just annotate case 200 ,202 ;it will work normal
The text was updated successfully, but these errors were encountered: