function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ButtonPusherButtonPusher 

Https scheme not support on login

Hi all,
 
I'm attempting to log in using the quickstart example and the enterprise.wsdl but I keep receiving this error.
 
The ServicePointManager does not support proxies with the https scheme.
   at System.Net.ServicePointManager.FindServicePointHelper(Uri address, Boolean
 isProxyServicePoint)
   at System.Net.ServicePointManager.FindServicePoint(Uri address, IWebProxy pro
xy, ProxyChain& chain, HttpAbortDelegate& abortDelegate, Int32& abortState)
   at System.Net.HttpWebRequest.FindServicePoint(Boolean forceFind)
   at System.Net.HttpWebRequest.GetRequestStream()
   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodN
ame, Object[] parameters)
   at quickstart_vb.apex.SforceService.login(String username, String password) i
n C:\Program Files\salesforce.com\Apex Developer Network\quickstart\Apex Develop
er Network\Version 10.0\Visual Basic .Net\quickstart_vb\Web References\apex\Refe
rence.vb:line 327
   at quickstart_vb.quickstart.doLogin() in C:\Program Files\salesforce.com\Apex
 Developer Network\quickstart\Apex Developer Network\Version 10.0\Visual Basic
 
I would think that the proxy would support a call using https.  Any ideas?
 
Thanks