[
https://issues.apache.org/jira/browse/AXISCPP-899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12670574#action_12670574
]
Ryan McCullough commented on AXISCPP-899:
-----------------------------------------
Using http through a proxy works fine. When I change the url to https, I get
this exception:
AxisTransportException: Cannot open a channel to the remote end.
OpenSSL error is -1. Error stack:
error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
> tunnel https connections over http proxies
> ------------------------------------------
>
> Key: AXISCPP-899
> URL: https://issues.apache.org/jira/browse/AXISCPP-899
> Project: Axis-C++
> Issue Type: New Feature
> Components: Transport (Client)
> Affects Versions: 1.6 Beta
> Reporter: Franz Fehringer
>
> The necessary steps for this scheme would be (to my best knowledge)
> 1) connect normally to proxy
> 2) send http CONNECT request (with remote address as argument)
> 3) now we have a connection to the remote host (descriptor from step 1)
> 4) do SSL handshake
> 5) ready for normal SSL/HTTPS communication
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.