tel8618217223380 / phpsocks5

Automatically exported from code.google.com/p/phpsocks5
0 stars 0 forks source link

no protocol for https #66

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
java.net.MalformedURLException: no protocol: 
"https://xxxxxxx.xxx.com/socks5porxy.php"
        at java.net.URL.<init>(URL.java:567)
        at java.net.URL.<init>(URL.java:464)
        at java.net.URL.<init>(URL.java:413)
        at phpsocks5.Utils.getURLConn(PhpSocks5.java:79)
        at phpsocks5.Utils.connect(PhpSocks5.java:130)
        at phpsocks5.PhpSocks5.run(PhpSocks5.java:476)
        at java.lang.Thread.run(Thread.java:662)

Original issue reported on code.google.com by zbu...@gmail.com on 17 May 2013 at 8:25

GoogleCodeExporter commented 9 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

GoogleCodeExporter commented 9 years ago
服务器网址是可以正常建表,正常访问的,但在客户端里就不行

Original comment by zbu...@gmail.com on 17 May 2013 at 9:09