Re: SSL requests with proxies (General questions)
The request seems to work when I cut out the connect method like you did. It's cool for this debug program but in my main app I like to be in control of the connect event, mainly so I can see when a proxy doesn't connect.
I might be able to modify it to work like this, but is there any way of getting an HTTPS request while using the connect call and event handler? I don't see why it's even an issue, if the URL is set to an HTTPS URL the control should take care of it instead of freezing...
Thanks for the help,
Steven