ejabberd - Comments for "Can&amp;#039;t get SSL to work, connections get dropped" https://www.ejabberd.im/node/1490 en Try https://www.ejabberd.im/node/1490#comment-26285 <p>Try to type the path to the pem file using "/" instead of "\"<br /> not "C:\ejabberd.pem"<br /> but "C:/ejabberd.pem"<br /> It was my problem when I tried to execute TLS or SSL on ejabberd on Windows!)<br /> Sorry for my English!)</p> Tue, 10 Jul 2007 06:16:24 +0000 Anonymous comment 26285 at https://www.ejabberd.im I think the following two https://www.ejabberd.im/node/1490#comment-3640 <p>I think the following two lines are required to be in ejabberd.cfg if you want to support SSL on port 5223.</p> <p>{5222, ejabberd_c2s, [{access, c2s}, {shaper, c2s_shaper}]},<br /> {5223, ejabberd_c2s, [{access, c2s}, ssl, {certfile, "/var/lib/ejabberd/ssl/server.pem"}]},</p> <p>Yours Truly,<br /> Gautam.</p> Wed, 02 May 2007 08:22:38 +0000 gautamvs comment 3640 at https://www.ejabberd.im No idea about your problem, https://www.ejabberd.im/node/1490#comment-3626 <p>No idea about your problem, but SSL on port 5223 is obsolete. </p> <p>The nice way of encrypting connections is STARTTLS on port 5222, which most clients already support: Gajim, GAIM, Psi 0.11 beta, Tkabber, Pandion...</p> Sat, 28 Apr 2007 21:27:39 +0000 mfoss comment 3626 at https://www.ejabberd.im