HttpsTransportSE completely ignores Proxy
GoogleCodeExporter opened this issue · 3 comments
GoogleCodeExporter commented
What steps will reproduce the problem?
1. Create a java.net.Proxy instance
2. Try to establish an HTTPS connection using that proxy
3. Connection fails (generally a socket timeout will occur)
I've been browsing the sources of the project and found a major code mistake
(probably due to a merge conflict which was not resolved thoroughly).
This commit introduced the Proxy feature:
https://github.com/mosabua/ksoap2-android/commit/7ad1c53efdbc53ce7280de74ec792ef
c9f066e4f
If you look around line 65 of HttpsServiceConnectionSE.java you'll see that
there's an "if statement" that is completely useless (the connection instance
if overwritten at line 74).
This causes the proxy instance to be ignored for HTTPS connections.
Original issue reported on code.google.com by cor...@gmail.com
on 26 Jan 2015 at 3:42
GoogleCodeExporter commented
*is overwritten
Original comment by cor...@gmail.com
on 26 Jan 2015 at 3:50
GoogleCodeExporter commented
Want to send a pull request that fixes the issue?
Original comment by mosa...@gmail.com
on 27 Jan 2015 at 12:53
GoogleCodeExporter commented
The project is migrating to github. If you believe this issue is still valid
and should be tracked please file a new issue at
https://github.com/simpligility/ksoap2-android/issues
Original comment by mosa...@gmail.com
on 7 Aug 2015 at 5:35
- Changed state: AwaitingContribution