logo       

Re: NuSOAP and SSL: msg#00074

php.nusoap.general

Subject: Re: NuSOAP and SSL

1. Can you successfully run the sslclient.php sample? It is available from CVS
on SourceForge.

2. You say "when I try to access the page using 'https', it doesn't work at
all." Can you describe your symptoms more specifically? Do you get an error
on the client? Do you have the NuSOAP debug that someone could look at?

3. An expired certificate might be a problem. You may be able to add an
expired cert to the OpenSSL certs and thus force it to be accepted.

4. Is your version of nusoap.php new enough that it contains the following
lines of code:

curl_setopt($this->ch, CURLOPT_SSL_VERIFYPEER, 0);
curl_setopt($this->ch, CURLOPT_SSL_VERIFYHOST, 0);

If not, get the latest from CVS at SourceForge.

Scott Nichol

Do not send e-mail directly to this e-mail address,
because it is filtered to accept only mail from
specific mail lists.
----- Original Message -----
From: "Chris Boget" <chris@xxxxxxxx>
To: <nusoap-general@xxxxxxxxxxxxxxxxxxxxx>
Sent: Wednesday, April 21, 2004 4:37 PM
Subject: Re: [Nusoap-general] NuSOAP and SSL


> Do you have to do anything special to get a NuSOAP client
> working under SSL? I've searched the web and found that
> you can use it under SSL. Looking in the docs, I read the
> following message in the class 'soap_transport_http':
>
> "NOTE: PHP must be compiled with the CURL extension for
> HTTPS support HTTPS support is experimental!"
>
> and we have our php compiled "--with-curl". However, my
> code works fine with I accees the service using standard HTTP
> but when I try to access the page using 'https', it doesn't work at
> all.
>
> I must be missing something...

Quick note: I'm testing this on a development server that is using
a test (expired) certificate. Through normal every day testing, as
soon as I accept the cert, everything goes on and works as normal.
I'm not sure how (or if) this would affect NuSOAP. Would it?
Does it? If so, is there anything I can do to get it working with a
test SSL certificate?

thnx,
Chris



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Nusoap-general mailing list
Nusoap-general@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/nusoap-general



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise