Jump to content

problem of activate


Bae boram

Recommended Posts

please some advice An error occurred while trying to sign in. Please contact the helpdesk, and provide the following details. Code: 1 Error: [2015-11-05T14:08:10] ERROR: curl perform error: Peer certificate cannot be authenticated with given CA certificates [2015-11-05T14:08:10] FATAL: An error occurred: CURL perform failed.
Link to comment
Share on other sites

  • 1 month later...
This is because your operating system does not trust the GoDaddy's root certificate. To fix that in Ubuntu, do these [code]wget --no-check-certificate  "https://certs.godaddy.com/repository/gdroot-g2_cross.crt" sudo cp gdroot-g2_cross.crt /usr/local/share/ca-certificates/gdroot-g2_cross.crt sudo update-ca-certificates [/code] You can use curl instead of wget to pull the file, obviously. If you are using another operating system, google how to add certificate to your server. e.g. [url]http://kb.kerio.com/product/kerio-connect/server-configuration/ssl-certificates/adding-trusted-root-certificates-to-the-server-1605.html[/url]
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...