Soap Client over https

Discussion for various published PHP frameworks, including Zend Framework, CodeIgniter, Kohana, CakePHP, Yii, Symfony, and others.

Moderator: General Moderators

Post Reply
benland
Forum Newbie
Posts: 2
Joined: Thu Oct 06, 2011 10:26 am

Soap Client over https

Post 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
ouchiko
Forum Commoner
Posts: 35
Joined: Sun Oct 09, 2011 6:54 pm
Location: London

Re: Soap Client over https

Post 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.
Post Reply