Tim Skirvin wrote:
Bart Smaalders barts@smaalders.net writes:
[...]
I've tried with both Sun's native cc and gcc compilers. I have
also tried building on SPARC Solaris with the native cc compiler, to the same (negative) effect. (I used to have v0.99.14 running just fine on this SPARC machine, so this worries me... but I only checked it just now as an after-thought.)
Here's a link: http://wiki.dovecot.org/CompilingSource
I presume you meant 'ssl_cipher_list' instead of 'ss_cipher_list'.
Still, it doesn't work for me, and I'm getting error messages like this:
dovecot: Feb 23 15:00:03 Warning: imap-login: SSL_accept() failed: error:1408F119:SSL routines:SSL3_GET_RECORD:decryption failed or bad record mac [xxx.xxx.xxx.xxx]
At least a different error message on the client end, though: "SSL
failed: unspecified protocol error".
Again, I built with this:
CPPFLAGS=-I/usr/local/ssl/include LDFLAGS='-L/usr/local/ssl/lib -R/usr/local/ssl/lib' ./configure --with-ssl=openssl --prefix=/usr/local/encap/dovecot-1.0.rc23_1
Any more suggestions? Or do you have some binaries I could try? - Tim Skirvin (tskirvin@ks.uiuc.edu)
I have binaries built for Solaris Nevada against the system ssl libraries, targeted at /usr/local. I just ran ./configure
Do you have your certificates set up correctly? Are ssl_cert_file and ssl_key_file set correctly in dovecot.conf?
- Bart