You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by Markus Müller <12...@gmail.com> on 2013/12/01 00:05:15 UTC

Re: sendxmpp mit vysper

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


Re: sendxmpp mit vysper

Posted by Bernd Fondermann <be...@gmail.com>.
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 <12...@gmail.com>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
>
>

Re: sendxmpp mit vysper

Posted by Bernd Fondermann <be...@gmail.com>.
On Sun, Dec 1, 2013 at 12:05 AM, Markus Müller <12...@gmail.com>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 need to rephrase my suggestion from above: I would suggest that the
domain configured for Vysper always matches the domain from the
certificate. But I don't think this is a problem here.

  Bernd