[PHP] Imap certificate error?

2007-01-10 Thread MIKE YRABEDRA


When using imap_open to access my email server, I keep getting a invalid
certificate error.

The cert on the email server is  issued from Geotrust and is quite common
(Rapidssl).

The error comes from it not being listed in the root certificates list
(bundle).


My question is, is this a problem with my email server or my php(www)
server?



If it is a php problem, then  how do I fix it?

Other than using /notls or /no-validate


-- 
Mike B^)

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Imap certificate error?

2007-01-10 Thread Chris

MIKE YRABEDRA wrote:


When using imap_open to access my email server, I keep getting a invalid
certificate error.

The cert on the email server is  issued from Geotrust and is quite common
(Rapidssl).

The error comes from it not being listed in the root certificates list
(bundle).


My question is, is this a problem with my email server or my php(www)
server?


Can't see an option in php or the php-imap section to specify where to 
look for certificates, so I guess the problem is happening because it's 
not in the certificate bundle.


I suspect you'd get the same problem with perl, ruby, whatever for the 
same reason, I think you're out of luck.


--
Postgresql  php tutorials
http://www.designmagick.com/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php