On Mon, Dec 20, 2004 at 01:39:58AM +0100, Andrea Riela wrote: > On 20 Dec 2004, at 1:27, Peter Stuge wrote: > >cipher list = "!ADH:RC4+RSA:HIGH:MEDIUM:LOW:EXP:+SSLv2:+EXP", > > well, I've tryed, nothing ...
Hm. Ok. > My logs sounds always like that: The log output (in Binc 1.2) doesn't give a whole lot of info. > my bincimap is 1.2.10 (latest freebsd port) There have been a few bugs fixed in 1.2.11, so there's a point in upgrading, but SSL should still work fine with 1.2.10. Please send the output of the openssl commands that I mentioned: openssl x509 -noout -text -in mail.crt openssl x509 -noout -text -in nesys.ca Also, please show the output of the following command: openssl s_client -connect mail.server:993 -CAfile nesys.ca -showcerts While at it, try it with a client cert as well: openssl s_client -connect mail.server:993 -CAfile nesys.ca -cert \ client.crt -key client.key -showcerts //Peter
