Problem with SSL

Hi all,

I’‘m working with smack2.1.0 and I’'m trying to connect to jabber.org using SSL from

my java program. But its giving me 504 error.

My java code for connection:

XMPPConnection _xmppConnection = new SSLXMPPConnection(“jabber.org”, 5223);

From ExodusSSL working fine.

And my code is working fine with plain connection,

for plain connection my code is

XMPPConnection _xmppConnection = new XMPPConnection(“jabber.org”, 5222);

Is there any problem with my code?

Any help would be appreciated.

Thanks in advace,

Manoj