Problems connecting to wildfire 2.6.2 with Spark 2.0.7

Good Morning-

I have wildfire 2.6.2 running and connect with all clients via SSL. The newest version of Spark throws an error when I try to connect that I have supplied an invalid username or password but I haven’'t. I connect on port 5223 using OLD SSL method to my server.

The Warn Log shows the following when I try to connect:

2006.12.26 09:37:24 Stream error detected. Session: org.jivesoftware.wildfire.ClientSession@99b4fb status: 1 address: wildfire.mydomain.com/2247b838 id: 2247b838 presence:

java.lang.NullPointerException
at org.jivesoftware.wildfire.net.SocketReader.negotiateTLS(SocketReader.java:689)
at org.jivesoftware.wildfire.net.SocketReader.readStream(SocketReader.java:268)
at org.jivesoftware.wildfire.net.SocketReader.run(SocketReader.java:119)
at java.lang.Thread.run(Unknown Source)

The Debug Log shows:
2006.12.26 09:39:32 SSL Connect 1dda8ff[SSL_NULL_WITH_NULL_NULL: Socket[addr=/x.x.x.50,port=1703,localport=5223]]

2006.12.26 09:39:33 Logging off wildfire.mydomain.com/d232214 on org.jivesoftware.wildfire.net.SocketConnection@1822235 socket: 1dda8ff[SSL_RSA_WITH_RC4_128_MD5: Socket[addr=/x.x.x.50,port=1703,localport=5223]] session: org.jivesoftware.wildfire.ClientSession@105f2d9 status: 1 address: wildfire.mydomain.com/d232214 id: d232214 presence:

If I disable the option to use Old SSL method I get the following error in the Error Log:

2006.12.26 09:36:46 org.jivesoftware.wildfire.net.SocketReader.run(SocketReader.java:161) Connection closed before session established

14414d[SSL_NULL_WITH_NULL_NULL: Socket[addr=/x.x.x.50,port=1701,localport=5223]]

Any ideas what might be going on here?

Thanks in advance!

Claud1e

Hi,

Spark 2.0.7 does not support “old SSL”. The option is still available to select but it does as far as I know nothing.

There is unfortunately still no “force TLS” option, so one knows after connecting if the connection is encrypted.

LG

Seems weird that the option is still in there if it doesn’'t work?

I can uncheck the option to use Old SSL and connect to the server. The web admin says I’‘m Authenticated and using SSL in the Session tab, so I guess it’'s working. However, an option to force TLS would be good.

Thanks for your help.

Regards,

Claud1e

Message was edited by: claud1e

SPARK-372 describes this problem, one may want to register a JIRA account and vote for it.

I asked Derek again to get it fixed …

LG