The ServicePointManager does not support proxies o

2019-04-03 04:56发布

I've encountered two different variations of this:

"The ServicePointManager does not support proxies of proxy scheme" "The ServicePointManager does not support proxies of HTTPS scheme"

I get this error when a client attempts to connect to our webservices through a proxy. I've encountered this problem with a few clients using proxies, though I have no idea what's causing it. The proxy is set with System.Net.WebProxy and default credentials.

Using .Net 1.1, with Microsoft.Web.Services2.

Any one know what could be causing this?

2条回答
Viruses.
2楼-- · 2019-04-03 05:15

OK. Making sure the proxy address is prefixed with "http://" Seems to have fixed this in all the cases I've come across so far.

查看更多
闹够了就滚
3楼-- · 2019-04-03 05:35

I just run Fiddler with setting Automatically Authenticate on/checked. It worked for me.

查看更多
登录 后发表回答