[JDEV] problems with SSL support

Keith Minkler keith at digix.dyndns.org
Mon Jan 22 10:26:14 CST 2001


I'm not so sure this is fully working yet in the server... temas just started getting this into CVS not long ago,
also, you are going to need some sort of <ssl/> configuration in c2s, not just another <ip/> to enable the SSL, that
much i am sure of, but I doubt that that code to even configure that is in CVS yet.. give it time, it should all make it in there soon though!

keith Minkler


On Sun, Jan 21, 2001 at 06:37:02PM -0500, Kartik Subbarao wrote:
> I'm having some problems trying to get SSL (on port 5223) working with
> the jabber CVS bits. I have the following in the relevant section (c2s)
> of jabber.xml:
> 
>      <ip port="5222"/>
>      <ip port="5223"/>
> 
> And the following in the <ssl> section:
> 
> <key ip='ip.addr.of.host'>/path/to/my.pem</key>
> 
> I noticed a typo in mio.c, line 764. HAVESSL should be HAVE_SSL. But
> even after fixing that, I still run into problems. Here's the excerpt
> from jabberd -D:
> 
> Sun Jan 21 18:19:10 2001  mio_ssl.c:51 MIO SSL init
> Sun Jan 21 18:19:10 2001  mio_ssl.c:78 Setting temporary RSA callback
> Sun Jan 21 18:19:10 2001  mio_ssl.c:78 Setting temporary RSA callback
> Sun Jan 21 18:19:10 2001  mio_ssl.c:100 SSL Error using Private Key file
> with RSA
> [...]
> 
> 
> The appropriate line in mio_ssl.c is:
> 
> if(!SSL_CTX_use_RSAPrivateKey_file(ctx, keypath, SSL_FILETYPE_PEM))
> 
> Any ideas? This is on Red Hat 7.0 with openssl-0.9.5a-14 and
> openssl-devel-0.9.5a-14.
> 
> Thanks,
> 
> 	-Kartik
> 
> _______________________________________________
> jdev mailing list
> jdev at jabber.org
> http://mailman.jabber.org/listinfo/jdev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 232 bytes
Desc: not available
URL: <https://www.jabber.org/jdev/attachments/20010122/ab892fd8/attachment-0002.pgp>


More information about the JDev mailing list