Search found 2 matches

by benland
Tue Oct 11, 2011 4:55 am
Forum: PHP - Frameworks
Topic: Soap Client over https
Replies: 1
Views: 3753

Soap Client over https

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 thi...
by benland
Thu Oct 06, 2011 10:39 am
Forum: PHP - Security
Topic: SoapClient over https verify server certificate
Replies: 0
Views: 5629

SoapClient over https verify server certificate

Hi All, I really need help. I am now reprogramming a soapClient to another server. I want to call web services on that server. I need this connection to be over https. To connect to the server over https I have no problem. The problem is to verify the server certificate. I tried this: $context = str...