Greetings!
I apologize in advance if this has been discussed on the list already, there are no archives to check with and I just joined.
I have installed roundcube and tried using it to access 2 different imap-ssl
servers (ssl only, port 993) and neither of them would log in. The roundcube
client would sit at the login prompt and eventually the browser would
timeout. I tried this on a different web server and got the same results.
Both web servers are Gentoo Linux with php 4.4.0. There is nothing in the
logs (web logs or roundcube logs) and the imap servers do not even see the
initial connection.
Any thoughts?
Thanks,
-Corey
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
On Sun, 9 Oct 2005 14:41:54 -0700, Corey Shields cshields@osuosl.org wrote:
Greetings!
I apologize in advance if this has been discussed on the list already, there are no archives to check with and I just joined.
I have installed roundcube and tried using it to access 2 different imap-ssl servers (ssl only, port 993) and neither of them would log in. The roundcube client would sit at the login prompt and eventually the browser would timeout. I tried this on a different web server and got the same results. Both web servers are Gentoo Linux with php 4.4.0. There is nothing in the logs (web logs or roundcube logs) and the imap servers do not even see the initial connection.
Any thoughts?
Thanks,
-Corey
-- Corey Shields - OSU Open Source Lab osuosl.org - staff.osuosl.org/~cshields PGP/GPG key id: 53B0E916
(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
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
On Sunday 09 October 2005 4:40 pm, David A. Davenport wrote:
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.
At least it is not just me or a silly config file typo :)
-C
fyi, I just tried cvs today and it still does not log in for imap-ssl.
Is there a bug tracker for roundcube yet?
-C
On Sunday 09 October 2005 04:40 pm, David A. Davenport wrote:
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