[jadmin] SSL handshake error
Hacopian, Alvin
ahacopian at elmresources.com
Fri Nov 16 16:55:50 CST 2007
Hi,
I'm running jabber2.1.19 on Redhat linux, I do not see any error
messages when running jabberd -D but I get this in the /var/log/messages
file.
jabberd/c2s[25878]: error from router: SSL handshake error
(error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate
verify failed)
Using this to make my self signed keys
openssl req -new -x509 -newkey rsa:2048 -days 3650 -keyout privkey.pem
-out server.pem
cat privkey.pem >> server.pem
rm privkey.pem
my c2s.xml looks like this:
<traditional>
<plain/>
<digest/>
<zerok/>
</traditional>
<!-- SASL authentication mechanisms. Comment out any that you
don't want to be offered to clients. Again, if the auth/reg
module does not support one of these mechanisms, then it will
not be offered. -->
<sasl>
<!--
<plain/>
<digest/>
-->
<plain/>
<digest-md5/>
</sasl>
</mechanisms>
<!-- Additional mechanisms that are also available when the
connection is encrypted. Ie. when START-TLS had been
negotiated, or user connected on SSL-wrapped port. -->
<ssl-mechanisms>
<!-- it's advisable that you disable plain in the above
<mechanisms/> section -->
<traditional>
<plain/>
</traditional>
<sasl>
<plain/>
</sasl>
</ssl-mechanisms>
Your help will be appreciated.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.jabber.org/pipermail/jadmin/attachments/20071116/904456ce/attachment.htm
More information about the JAdmin
mailing list