>Empathy Asking Secure Facebook Connection

>source here, translated by google translate
Apparently, the error is because of the DigiCert certificate has been added to the list of trusted certificates in the system. To add, we export the certificate from Firefox:

Edit> Preferences> Advanced> Encryption> View Certificates> Authorities

We go down and select DigiCert Inc DigiCert High Assurance CA3. We export to export the X.509 Certificate (PEM), named DigiCertHighAssuranceCA3.crt (add the extension. crt), we can leave it in your / home.

Open a terminal and move the certificate:

$ sudo mv ~ / DigiCertHighAssuranceCA3.crt / usr / share / cacertificates / mozilla

Change the owner of the certificate:

$ sudo chown root: root / usr/share/ca-certificates/mozilla/DigiCertHighAssuranceCA-3.crt

Add the certificate to the list:

$ sudo dpkgreconfigure cacertificates

Select Yes, we went down and scored and accept the new certificate. From now on we no longer ask for confirmation to connect to Facebook chat. This error can also occur with Gmail and Jabber.

This entry was posted in Uncategorized. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *