Open GoogleCodeExporter opened 8 years ago
java.io.IOException: Server returned HTTP response code: 502 for URL:
https://xxx.php
at sun.reflect.GeneratedConstructorAccessor16.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1491)
at java.security.AccessController.doPrivileged(Native Method)
at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1485)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1139)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
at phpsocks5.Utils.getURLInput(PhpSocks5.java:95)
at phpsocks5.Utils.connect(PhpSocks5.java:135)
at phpsocks5.PhpSocks5.run(PhpSocks5.java:476)
at java.lang.Thread.run(Thread.java:662)
Caused by: java.io.IOException: Server returned HTTP response code: 502 for
URL: https://xxx.php
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1436)
at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:2300)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getHeaderField(HttpsURLConnectionImpl.java:271)
at phpsocks5.CookieHandler.getCookie(PhpSocks5.java:258)
at phpsocks5.Utils.connect(PhpSocks5.java:134)
... 2 more
Original comment by zbu...@gmail.com
on 17 May 2013 at 9:07
服务器网址是可以正常建表,正常访问的,但在客户端里就不行
Original comment by zbu...@gmail.com
on 17 May 2013 at 9:09
Original issue reported on code.google.com by
zbu...@gmail.com
on 17 May 2013 at 8:25