Please consider taking a look into http://issues.igniterealtime.org/browse/OF-636 which seems to be the exact problem you encounter.
The reason why this is only a problem for some clients could be that the exception from the log only is thrown for one (or a few) particular SSL cipher (EphemeralECDH in this case), and another cipher is chosen for client which don't expose this problem. Bernd On Sun, Dec 1, 2013 at 12:05 AM, Markus Müller <[email protected]>wrote: > Hello Bernd, > > i use openjdk-7. > in the ssl-certificate is contained the domain bogus.com, this is the > originally from this server. > i have switched for testing back to domain vysper.org, but its the same > result. > i have tested bogus.com as domain too, the same result. > > i have this problem only with the sendxmpp-skript > (http://sendxmpp.hostname.sk/) > the same problem ist existent with google talk! > > i need this skript for sending notifications to me. > > there is no problem to connect with all other tested clients (pidgin for > linux, and xabber for android) !!! > > Greets, > Markus > > > > > > On 30.11.2013 21:52, Bernd Fondermann wrote: > > hich JDK are you using? > > You are connecting to XMPP server "localhost". Which domain is contained > in > > your SSL certificate? > > (Generally, I would suggest to use some other domain than "localhost" for > >
