Add support for Proxy Configuration using HttpsTransportSE
Closed this issue · 3 comments
GoogleCodeExporter commented
What steps will reproduce the problem?
1. Using HttpTransportSE is possible to configure proxy settings using
HttpTransportSE(Proxy proxy, String url)constructor.
2. It is not possible using HttpsTransportSE.
What is the expected output? What do you see instead?
We can not configure proxy settings when we want to connect using HTTPS
protocol.
What version of the product are you using? On what operating system?
2.6.5
Please provide any additional information below.
Original issue reported on code.google.com by jafsa...@gmail.com
on 24 Oct 2012 at 5:11
GoogleCodeExporter commented
Good idea. Want to send a pull request with the changes?
Original comment by mosa...@gmail.com
on 24 Oct 2012 at 5:14
GoogleCodeExporter commented
This is now implemented in master and will be part of 3.0.0 RC 4. Please test
as soon as available and confirm that it works or report problems.
Original comment by mosa...@gmail.com
on 12 Nov 2012 at 6:22
- Changed state: Started
GoogleCodeExporter commented
Original comment by mosa...@gmail.com
on 12 Nov 2012 at 6:25
- Changed state: Fixed