------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=144912         




------- Additional Comments From alec-keyword-kde.org.3e97c8 setfilepointer com 
 2008-05-16 16:36 -------
In kopete 0.12, this can't be done.  The pertinent bit of code is in 
kopete/protocols/jabber/jabberclient.cpp:

        QPtrList<QCA::Cert> certStore;
        d->jabberTLS->setCertificateStore ( certStore );

Yes, that's an empty certificate store list.  I've hacked around in QCA-TLS to 
get it to add the certificates in $OPENSSL/certs and I've also hacked around in 
kopete to get it to add the certificates from KDE's certificate store.  There's 
also a bug where Kopete then tries to validiate the server certificate against 
the IM domain rather than the server hostname.  This keeps it from working 
correctly for at least talk.google.com.  I've got an awfulhack which fixes this 
too, but it requires changing a private mHost to public and blindly upcasting 
from XMPP::Connector to a JabberConnector... yikes.  Would a kopete developer 
like patches?
_______________________________________________
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to