Page 1 of 1

Soap Client over https

Posted: Tue Oct 11, 2011 4:55 am
by benland
Hi All,
I am searching for an https client to work with web services over https.
I also need a way to verify the server certificate from the client side.
I mean that my server is a client of another server and I want to verify that the other server is the one of which I need.

I really stuck with this.
Any ideas?

Thanks,
Ben

Re: Soap Client over https

Posted: Tue Oct 18, 2011 5:44 am
by ouchiko
Have a look at curl, its probably the defacto tool to load content from other servers. It has pretty advanced preferences including SSL stuff.