How to add a Web Reference to a SSL web service?

Posted by Matt W on Stack Overflow See other posts from Stack Overflow or by Matt W
Published on 2010-04-20T15:02:25Z Indexed on 2010/04/20 15:03 UTC
Read the original article Hit count: 318

Filed under:
|
|
|
|

Hi,

I have a web service in a C#/3.5 project which has been running fine. This is until I set the "SSL port" in IIS to 443 and set the "IIS -> Directory Security -> Secure Communications -> Require secure channel (SSL)" option to true.

Now, the web reference cannot be updated and I cannot add a new web reference to the web service in that site.

When I try to view the service in a browse using just HTTP I get the "This page must be viewed over a secure channel" and when viewed with HTTPS on the front I get "This web page not available."

Could someone tell me how to get a Web Reference added using Visual Studio to this secure web service, please?

Thanks,

Matt.

© Stack Overflow or respective owner

Related posts about https

Related posts about ssl