Does not seem to authenticate client

Everything was working great after the install last week. Now, the client (Psi) does not seem to authenticate to the server, even though I am connecting. In the Jive Messenger debug log you see the same entry repeated:

2005.03.14 10:07:29 SSL Connect 1a5db4b[SSL_NULL_WITH_NULL_NULL: Socket[addr=/147.80.180.169,port=1344,localport=5223]]

2005.03.14 10:11:15 Logging off tdhs08000887/2d98ee23 on org.jivesoftware.messenger.net.SocketConnection@6c1a82

2005.03.14 10:11:31 SSL Connect 1408a92[SSL_NULL_WITH_NULL_NULL: Socket[addr=/147.80.180.169,port=1352,localport=5223]]

2005.03.14 10:27:23 Logging off tdhs08000887/e6106f24 on org.jivesoftware.messenger.net.SocketConnection@147917a

2005.03.14 10:44:51 SSL Connect 1284fd4[SSL_NULL_WITH_NULL_NULL: Socket[addr=/147.80.180.169,port=1592,localport=5223]]

2005.03.14 10:47:23 Logging off tdhs08000887/d3028c7c on org.jivesoftware.messenger.net.SocketConnection@9903f4

2005.03.14 10:47:51 SSL Connect 1d2b9b7[SSL_NULL_WITH_NULL_NULL: Socket[addr=/147.80.180.169,port=1596,localport=5223]]

Any clues? The SSL cert used by the server is the one that was generated during the install and lists an alias of 127.0.0.1. Could this be the problem?

Update: I tried using the Exodus client, and I get to a “Connected. Authenticating…” message and then nothing.

Update #2: I reconfigured to connect plain (no SSL). Now when I try to connect, I see the following in the error log:

2005.03.14 11:27:43 [org.jivesoftware.messenger.handler.IQAuthHandler.handleIQ(IQAuthHandler.java:1 44)

] Error handling authentication IQ packet

java.lang.NullPointerException

at org.jivesoftware.messenger.handler.IQAuthHandler.handleIQ(IQAuthHandler.java:98 )

at org.jivesoftware.messenger.handler.IQHandler.process(IQHandler.java:48)

at org.jivesoftware.messenger.IQRouter.handle(IQRouter.java:195)

at org.jivesoftware.messenger.IQRouter.route(IQRouter.java:74)

at org.jivesoftware.messenger.PacketRouter.route(PacketRouter.java:65)

at org.jivesoftware.messenger.net.SocketReadThread.readStream(SocketReadThread.jav a:254)

at org.jivesoftware.messenger.net.SocketReadThread.run(SocketReadThread.java:110)