hi all,
im trying to connect and login a user to the server wildfire 3.01 using the latest Class.Jabber.PHP v0.4.3a1.
Over the 5222 port everything is ok, but when tryed to connect over SSL (5223 ) I get this in the server logs:
2006.08.23 18:43:00 [org.jivesoftware.wildfire.net.BlockingReadingMode.run(BlockingReadingMode.java :104)
] Connection closed before session established
14828e7[SSL_NULL_WITH_NULL_NULL: Socket[addr=/192.168.16.101,port=1443,localport=5223]]
Tryed many options for “server” info and same problem:
$JABBER->server = “inf06”;
$JABBER->server = “ssl://inf06”;
$JABBER->server = “ssl://”;
using php 4.4.1 with openssl extension…
any clue? can anyone test this?
Thanks