[JDEV] problems with SSL support
Albert Gallego
agallego at jabber.com
Wed Mar 14 18:05:19 CST 2001
An easy way to test if your server is listening and more importantly
handling ssl correctly, you can use one of the tools that comes with openssl
if you try
openssl s_client -connect your.ip.goes.here:5223
This tool just tries to establish the SSL connection by doing the SSL
handshaking.
Hope that helps
Albert
-----Original Message-----
From: kadokev at msg.net [mailto:kadokev at msg.net]
Sent: Wednesday, March 14, 2001 4:59 PM
To: jdev at jabber.org
Subject: Re: [JDEV] problems with SSL support
I'm having some problems trying to get SSL (on port 5223) working, using
jabber-1.4 on FreeBSD 4.2. I've tried the latest CVS with identical results.
>From my understanding of the documentation and discussion of SSL support,
I have configured everything correctly, however the jabberd never actually
opens a listening port for 5223?
Here's the relevant snippets of my jabber.xml:
...
</karma>
<ip port="5222"/>
<ssl port="5223">192.168.1.12</ssl>
</pthcsock>
</service>
...
</karma>
<rate points="5" time="25"/>
<ssl>
<key ip='192.168.1.12'>./ssl/key.pem</key>
</ssl>
</io>
I'd appreciate hearing from anybody who has gotten the SSL support working
under FreeBSD, or pointers to updated documentation on this feature.
Thanks,
Kevin Kadow
_______________________________________________
jdev mailing list
jdev at jabber.org
http://mailman.jabber.org/listinfo/jdev
More information about the JDev
mailing list