Bug in Mono !? WebRequest to a HTTPS resource with proxy fails to work
问题 I have a proxy(Fiddler) setup and I created an Android app on Windows 10 x64 with latest Xamarin stable as of today, with the following code: IWebProxy proxy = new WebProxy("http://192.168.1.100:8888/"); proxy.Credentials = new NetworkCredential("johndoe", "1234567890"); WebRequest.DefaultWebProxy = proxy; var req = WebRequest.CreateHttp("https://www.google.com"); req.GetResponse(); throws exception: Unhandled Exception: System.Net.WebException: Error: Success If I change the request to non