Deathlaw / exodus

Automatically exported from code.google.com/p/exodus
0 stars 0 forks source link

TLS cert validation doesn't support alternative domain names #33

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The certificates provided by xmpp.net require a prefix/hostname to be added
to the primary domain of the cert.  e.g. im.example.com.  In the cert, they
provide an alternative domain of just example.com.

Exodus 10 gives a security warning if connecting to a server with one of
these certificates as it does not recognise the alternative domain.

Exodus should recognise the alternative domain, as well as the primary domain.

Original issue reported on code.google.com by phil.and...@gmail.com on 14 May 2008 at 10:04