When using a WebRequest with a WebProxy, and I hit an SSL page, I get this
error:

Error getting response stream (The remote server returned a 403 status
code.): SecureChannelFailure

Code snipet:
                        System.Net.WebRequest webRequest =
WebRequest.Create("https://www.suntrust.com";);
                        WebProxy webProxy = new 
WebProxy("proxy.domain.com:8080", true);
                        webRequest.Proxy = webProxy;                    
                        webResponse = webRequest.GetResponse();

Any info would be a big help.  Thanks,
Ray

--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/SecureChannelFailure-when-using-WebProxy-tp4218391p4218391.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to