On Sun, 2002-01-27 at 08:09, Bryan Ross wrote: > > I've got courier-mta up and running with virtual domains, and everything > works lovely.. apart from secure connections. Eg, I can pop3 in, but as > soon as I ask Outlook or a similar client to connect using SSL, it > fails, and in /var/log/maillog, I get; > > pop3d-ssl: starttls: accept: error:140760FC:SSL >routines:SSL23_GET_CLIENT_HELLO:unknown protocol
This is frequently a problem when your client doesn't accept the server's cert. Make sure that your CN matches the hostname that clients use to connect to the server. You can make sure that SSL is working properly, and verify the details of your cert using openssl like this: openssl s_client -connect host:995 openssl will print out the details of the certificate and connect you to the POP3 server. Just type "QUIT". :)
signature.asc
Description: This is a digitally signed message part
