On Sat, 12 Jul 2003, RYAN vAN GINNEKEN wrote: >this is with the CA part left empty and i still get cert warnings i dont >mind but my client dont like it also are there errors normal
The errors you get (client disconnected with no error reported from OpenSSL) suggests there is either a problem with the setup of SSL in Binc or a problem with your client. The server problem could be that your PEM/CA settings are invalid, or that Binc has a bug in it that prevents this from working properly. To check if Binc with SSL is working at all, you should try connecting with openssl: openssl s_client -connect server:993. If you get a greeting, chances are there's something with your client (Outlook?). Are you sure you enabled SSL support in your client, and that you didn't just set port to 993 with the client assuming that the connection is plain? Andy :-) -- Andreas Aardal Hanssen | http://www.andreas.hanssen.name/gpg Author of Binc IMAP | "It is better not to do something | than to do it poorly."

