fourhead l33t
Joined: 03 Sep 2003 Posts: 875 Location: Cologne, Germany
|
Posted: Fri Nov 19, 2004 6:10 pm Post subject: jabberd and ssl |
|
|
Hello,
I'm a little stuck with my jabberd 1.4 config. It emerged ok, I edited multiple.xml and I was able to register on the server. I followed the jabberd admin guide to create a SSL key for the jabber server, removed the passphrase, copied it to /etc/jabber/key.pem, chowned and chmoded it as suggestest, and I have this in my multiple.xml within the <io> section, and I've also set the ssl port correctly.
Code: |
<ssl>
<key ip="xx.xx.xx.xx">/etc/jabber/key.pem</key>
</ssl>
|
I checked all IPs and hostnames twice, they are okay. Though, I can't connect to jabberd with SSL turned on, in debug mode jabberd says:
Code: |
Fri Nov 19 19:04:36 2004 mio.c:524 _mio_accept calling accept on fd #8
Fri Nov 19 19:04:36 2004 mio_ssl.c:241 No SSL key configured for IP xx.xx.xx.xx
|
I double-checked the config file, all relevant sections are NOT commented out or something. The key should be okay (can I test that somehow?). Any ideas? Actually, I had jabberd running with a similar config on Debian before I converted the server to Gentoo, and I don't remember having done anything different with the old and working config.
Tom |
|