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
Soap Client over https
Moderator: General Moderators
Re: Soap Client over https
Have a look at curl, its probably the defacto tool to load content from other servers. It has pretty advanced preferences including SSL stuff.