Hi John,
 If you use a socket factory together with a protocol you can use https via
a proxy.

Protocol.registerProtocol("https", new Protocol("https", new
MySocketFactory()));

 Then create your http client; and within your socket factory you can
create your proxied ssl socket.

Raymond

On 7/3/07, Longo, John <[EMAIL PROTECTED]> wrote:

Taken from the ProxyHost API: "Proxy hosts always use plain HTTP
connection when communicating with clients."



It was recently brought to my attention that our application, when using
SSL communication and a Proxy, is communicating to the proxy via
straight http, and not https.  Is there no way around this?



John Longo

Software Developer

SecureInfo Corporation

Main: (210) 403-5600

Direct: (210) 403-5605



www.secureinfo.com <http://www.secureinfo.com/>

This message may contain confidential and/or legally privileged
information. If it has been sent to you in error, please reply
immediately to advise the sender of the error and then destroy this
message, any copies of this message and any printout of this message. If
you are not the intended recipient of the message, any unauthorized
dissemination, distribution or copying of the material in the message,
and any attachments to the message, is strictly forbidden.






--
--------------------------------------------------------------------------------
Raymond Kroeker
thinkParity Solutions Inc.

Reply via email to