View Single Post
Posts: 2 | Thanked: 4 times | Joined on Nov 2009 @ Kaarina, Finland
#2
If you have maemo-extras enabled, you are able to install them directly. In application manager they are:You don't need to separately install telepathy-haze as it's a dependency of the account-plugin-haze.

You shouldn't need to copy any files from ~/.purple/certificates/x509/tls_peers/ as those are the server certificates and not the certificate authority (CA) certificates. It's also not a recommendable solution. The best way is to use pidgin debug to find out what certificates are necessary
Code:
$ pidgin --debug >pidgin_output.txt 2>&1
and from there you can see in the output
Code:
certificate/x509/tls_cached: Certificate Authority with DN='certificate dn here' not found. I'll prompt the user, I guess.
when pidgin client will ask you for accepting the server's certificate. And these are the certificates you should seek to be available under /usr/share/purple/ca-certs.
 

The Following 4 Users Say Thank You to jpalko For This Useful Post: