Hate to say it, but I can't get it to work either, and I know that the SSL cert is signed and valid, as I have hundreds of other users connecting to that IMAP server each day.
Does anyone else have SSL working? I tried both specifying the hostname and the IP address, with :993 and only with 993 defined in default_port, etc...
Dave
On Sun, 9 Oct 2005 15:08:41 -0700, Corey Shields cshields@osuosl.org wrote:
(forgot to include the list)
On Sunday 09 October 2005 02:59 pm, David A. Davenport wrote:
Hi Corey,
What does your configuration look like (the IMAP section)? And are
these
self-signed SSL certificates?
Also, besides specifying your port number in 'default_port', are you defining your IMAP server like this:
$rcmail_config['default_host'] = 'ssl://hostname:993';
Dave
Yes. I've been using ssl://hostname:993, default_port 993, and a combination of both.
The cert on one host I have tried is self-signed, the other host is a commercial cert but I believe it is a different IP than the cert originated from which may throw an error. Could either of these be halting the transaction? Any way to override that?
Cheers,
-Corey