Web Service over HTTPS
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I'm trying to call a web service method over HTTPS. However the certificate installed on the web server has the load-balanced dns name of the whole web farm. I need to call the web service on a specific machine. If I manually use a browser with the url that I programmatically use, I get a warn about mismatching name but I can continue and everything is fine. However programmatically I receive an error, how can I tell system to continue?