Ask a Question related to ASP.NET Web Services, Design and Development.
-
Ryan Stevens #1
Calling web service over HTTPS
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?
Ryan Stevens Guest
-
How to access a HTTPS service from a SWF?
The Flash Player 9 Security Whitepaper says "By default, content loaded with a protocol other than HTTPS cannot access content that was loaded with... -
Calling web service over https with CFMX 7
We are running CFMX 7 on a Solaris server. We are trying to call a web service using cfinvoke. The developer of the web service has provided us... -
Using HTTPS with LWP::UserAgent = Bad Service
Hi all, I'm trying to access https://www.nodeworks.com/ through a proxy which requires a proxy username and password. The code I have is as... -
WebException while calling Web Service over HTTPS...
I'm having an issue calling a Web Service (This is an 3rd party Web Service and I have no control/access to it) via HTTPS. We have talked to the... -
Calling a web service over HTTPS?
Hi Does anyone have any advice/information with regards to calling a web service that will be hosted on a server running HTTPS. Are there any... -
Ben #2
Re: Calling web service over HTTPS
Although I have not done this it doesn't surprise me.
Presumably the web service is installed on all web servers in the web farm.
And presumably you are accessing the site with a through DNS.
And presumably you are accessing the site over HTTPS because you want the
data encrypted and also you want to know that you are genuinely talking to
the correct server and someone has not spoofed them. All the normal reasons.
It's like saying I want a web farm but I don't. I'd figure out why you want
to go to one particular server. Perhaps there is an approach that is wrong
having your web service in a secure web farm has many benefits.
Just out of interest, if you are browsing the web service how do you know
you are at a specific machine and why do you get the errors? Is it because
you are using the IP address rather that the DNS for the site?
If you tell me more as to why you want to go to a specific machine I may be
able to help further.
Ben
"Ryan Stevens" <ryan.stevens@solidstore.co.uk> wrote in message
news:u5tngvcb6iubahbjcjm8s9re9mcumq9ord@4ax.com...> 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?
>
Ben Guest



Reply With Quote

