Spark SSL

We have openfire running with SSL being enforced for clients. The openfire server comes with a self signed ssl cert, but I do not recall any of the spark clients I’ve used asking to validate the certificate, although the cert is definately not trusted by the client. Is spark even checking the validity of the cert?
crypt-support.patch (382 Bytes)

Ive been working on some new SSL (well, PKI) features in Smack, and Spark is my next battle. Part of that will be to have some sort of trust dialog, and the ability to import certificates in some way. Currently, though, Spark just looks for a certificate and doesn’t do any real checking.

Ok. thanks for answering.