Quantcast
Channel: Ignite Realtime: Message List
Viewing all articles
Browse latest Browse all 12000

Re: "unable to find valid certification path to requested target" in 4.0.0-rc2

$
0
0

Hi Anton,

 

What was the bug in your code and how did you fix it? I am getting the same error while trying to just connect.

 

thanks!

 

XMPPConnection conn = new XMPPTCPConnection("127.0.0.1");

 

try {

    conn.connect();

} catch (SmackException e) {

    e.printstacktrace;

}

 

 

Exception in thread "main" org.jivesoftware.smack.SmackException$ConnectionException

    at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectUsingConfiguration(XMPPTCPC onnection.java:431)


Viewing all articles
Browse latest Browse all 12000

Trending Articles