Hi,
I have recently gone through several changes at my site including a) changing IP address and b) upgrading to Wildfire 3.1. At this point, my server communicates with several other domains fine (including Google Talk and a domain running as a iChat Server) but is failing to connect to another domain (jabber.westgrid.ca). This domain is running Wildfire 3.0.
We cleared up some problems through troubleshooting, but still cannot connect. I have included the relevant log from the Error log below. I can’‘t figure out what this means. We checked SSL certificates and those are fine, they haven’‘t changed. jabber.westgrid.ca hasn’'t changed IP addresses or anything like that. Our respective firewalls are permitting xmpp-server traffic between the two sites.
What am I missing?
Thanks in advance.
2006.10.19 12:43:19 org.jivesoftware.wildfire.server.OutgoingServerSession.createOutgoingSession(Out goingServerSession.java:339) Error creating secured outgoing session to remote server: jabber.westgrid.ca(DNS lookup: jabber.westgrid.ca:5269)
javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
at com.sun.net.ssl.internal.ssl.EngineInputRecord.bytesInCompletePacket(Unknown Source)
at com.sun.net.ssl.internal.ssl.SSLEngineImpl.readNetRecord(Unknown Source)
at com.sun.net.ssl.internal.ssl.SSLEngineImpl.unwrap(Unknown Source)
at javax.net.ssl.SSLEngine.unwrap(Unknown Source)
at org.jivesoftware.wildfire.net.TLSStreamHandler.doHandshake(TLSStreamHandler.jav a:304)
at org.jivesoftware.wildfire.net.TLSStreamHandler.start(TLSStreamHandler.java:250)
at org.jivesoftware.wildfire.net.SocketConnection.startTLS(SocketConnection.java:1 73)
at org.jivesoftware.wildfire.server.OutgoingServerSession.secureAndAuthenticate(Ou tgoingServerSession.java:367)
at org.jivesoftware.wildfire.server.OutgoingServerSession.createOutgoingSession(Ou tgoingServerSession.java:303)
at org.jivesoftware.wildfire.server.OutgoingServerSession.authenticateDomain(Outgo ingServerSession.java:140)
at org.jivesoftware.wildfire.server.OutgoingSessionPromise.createSessionAndSendPac ket(OutgoingSessionPromise.java:130)
at org.jivesoftware.wildfire.server.OutgoingSessionPromise.access$300(OutgoingSess ionPromise.java:40)
at org.jivesoftware.wildfire.server.OutgoingSessionPromise$1$1.run(OutgoingSession Promise.java:95)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)