[thelist] Help with 'secure' site, pls

jsWalter jsWalter at torres.ws
Fri May 14 00:41:38 CDT 2004


> -----Original Message-----
> From: Maximillian Schwanekamp [mailto:anaxamaxan at neptunewebworks.com] 
> Sent: Thursday, May 13, 2004 11:48 PM
> To: jsWalter at torres.ws; thelist at lists.evolt.org
> Subject: RE: [thelist] Help with 'secure' site, pls
> 
> 
> >   SSL certificate problem, verify that the CA cert is OK
> 
> Is this a PHP error, a browser error, or...?

No idea.


>  Shot in the dark, but, are you trying to output the data
> from CURL directly to your browser before closing the CURL session?
> Perhaps that's causing a problem....

I'm doing...

<various setup code>
   $response = @curl_exec( $ch ); // response is a string
   echo curl_error ( $ch );
   curl_close( $ch );
   echo $response;

Error message is produced by curl_error ( $ch )


> Do you get any CA errors when logging in directly via
> your own browser?

Nope

First thing I double checked.


> Another possibility is that the trusted CA list on your
> server needs to be updated?

Oh, how is that done?

Thanks for your ideas on this.

Walter




More information about the thelist mailing list