Connect to https:// webservice in asp.net app
Posted
by webnoob
on Stack Overflow
See other posts from Stack Overflow
or by webnoob
Published on 2010-04-12T10:39:59Z
Indexed on
2010/04/12
10:43 UTC
Read the original article
Hit count: 295
Hi All,
I have an ASP.NET website that is contacting a webservice. Everything works fine connecting via http but when I try https:// it can't connect. I don't seem to get any error from the website and the webservice logs show nothing, meaning nothing has connected to it.
I can connect to my https:// webservice from a site like soapclient.com and request information, so the webservice and ports are working.
Is there anything special I should be doing in order to connect to a https:// webservice over a normal http:// one in .NET? All I am doing at the moment is changing the URL it is connecting to to my secure one instead.
I am using ASP.NET 2, IIS7
Thanks in advance.
© Stack Overflow or respective owner