Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jun 2011 12:39:57 -0700
From:      Chuck Swiger <cswiger@mac.com>
To:        Unga <unga888@yahoo.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Thunderbird 3.1.10 Connection Refused
Message-ID:  <F1EC05C0-0E21-4519-BBE2-87965E60A0A7@mac.com>
In-Reply-To: <395256.88650.qm@web160107.mail.bf1.yahoo.com>
References:  <395256.88650.qm@web160107.mail.bf1.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Jun 14, 2011, at 11:28 AM, Unga wrote:
> I need to access an IMAP server at mail.server.com:45000. And the server uses a self-signed certificate.

The registered port for IMAPS is 993/tcp.  Unless you have very good reasons for running IMAP server on a non-standard port, you should run it on the default location.

Anyway:

   openssl s_client -connect mail.server.com:45000

...is likely to be informative.

Regards,
-- 
-Chuck




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F1EC05C0-0E21-4519-BBE2-87965E60A0A7>