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
HttpProfile httpProfile = new HttpProfile();
httpProfile.setProxyHost("代理ip或者域名");
httpProfile.setProxyPort(代理端口);
httpProfile.setProxyUsername("代理用户名");
httpProfile.setProxyPassword("代理密码");
代理是有密码的,确认无误,但debug过程中在com.squareup.okhttp.internal.io.RealConnection类206行的createTunnel会进入407 Proxy Authentication Required最终报 unexpected end of stream on null
The text was updated successfully, but these errors were encountered:
公司的开发环境本身就不能访问这个域名,但是在postman配置代理后可以连通。如是者,在同样环境用sdk配置代理后访问报错
HttpProfile httpProfile = new HttpProfile();
httpProfile.setProxyHost("代理ip或者域名");
httpProfile.setProxyPort(代理端口);
httpProfile.setProxyUsername("代理用户名");
httpProfile.setProxyPassword("代理密码");
代理是有密码的,确认无误,但debug过程中在com.squareup.okhttp.internal.io.RealConnection类206行的createTunnel会进入407 Proxy Authentication Required最终报 unexpected end of stream on null
The text was updated successfully, but these errors were encountered: