On Fri, Jan 8, 2010 at 9:08 PM, Paul Mossman <[email protected]> wrote: > Hi all, > > Regarding http://track.sipfoundry.org/browse/XX-6247 : support uploading > phonebook from Gmail address book > > I tried importing some of the CAs discussed in this JIRA. The attached > verisignclass3ca.cer failed CA import. The > Equifax_Secure_Certificate_Authority.cer CA was imported successfully, > but still didn't allow the Gmail import. > > Which CA needs to be imported in order to allow Gmail contact import > into a phonebook?
I remember that Equifax_Secure_Certificate_Authority.cer used to work for me. I double checked and right now it failed for me too. However, I managed to successfully import Gmail accounts: 1. verisignclass3ca.cer fails to import because it is in DER (binary) format. We need PEM format certificates (as per Scott guidance...). So I transformed this certificate in PEM format by running: openssl x509 -inform der -in verisignclass3ca.cer -out verisignclass3ca.crt (got inspired from: https://www.sslshopper.com/ssl-converter.html) 2. I successfully imported my .crt PEM format certificate 3. Restart the server 4. I successfully imported Gmail accounts. I am going to attach the "working" certificate Mircea > > Thanks. > > > -Paul > [email protected] > > > _______________________________________________ > sipx-dev mailing list [email protected] > List Archive: http://list.sipfoundry.org/archive/sipx-dev > Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev > sipXecs IP PBX -- http://www.sipfoundry.org/ >
verisignclass3ca.crt
Description: Binary data
_______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev sipXecs IP PBX -- http://www.sipfoundry.org/
