Hi,
I am using smack to connect to wildfire server.
I have been trying to root out the source of this problem that I get when I try to vigorously test the login of my client by repeatedly clicking the login button and supply a wrong password. As I keep doing it this error will appear if I click fast enough.
javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
at com.sun.net.ssl.internal.ssl.InputRecord.handleUnknownRecord(Unknown Source)
at com.sun.net.ssl.internal.ssl.InputRecord.read(Unknown Source)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(Unknown Source)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(Unknown Source)
at org.jivesoftware.smack.XMPPConnection.proceedTLSReceived(XMPPConnection.java:11 18)
at org.jivesoftware.smack.PacketReader.parsePackets(PacketReader.java:322)
at org.jivesoftware.smack.PacketReader.access$000(PacketReader.java:43)
at org.jivesoftware.smack.PacketReader$1.run(PacketReader.java:63)
Does anyone has any clues of why this error happens in smack? Most of the time it will return a āSASL authentication failedā exception. But sometimes the above exception happens.