Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error SSL certificate problem, verify that the CA cert is OK SSL3_GET_SERVER_CERTIFICATE: certificate verify failed #11402

Closed
vopjie opened this issue Feb 23, 2017 · 3 comments
Labels
answered For when a question was asked and we referred to forum or answered it.

Comments

@vopjie
Copy link

vopjie commented Feb 23, 2017

when i click the button to install theme or plugin, An error occurred!

image

@Findus23
Copy link
Member

As mentioned in #7598 (comment) this is because the CA-Certificates of curl are outdated on your server.

@Findus23
Copy link
Member

Download http://curl.haxx.se/ca/cacert.pem and point to it in your php.ini:

[cURL]
curl.cainfo = "path_to\cacert.pem"

@mattab mattab changed the title can't install theme or plugin Error SSL certificate problem, verify that the CA cert is OK SSL3_GET_SERVER_CERTIFICATE: certificate verify failed Mar 21, 2017
@mattab mattab closed this as completed Mar 21, 2017
@mattab mattab added the answered For when a question was asked and we referred to forum or answered it. label Mar 21, 2017
@mattab
Copy link
Member

mattab commented Mar 21, 2017

Thanks @Findus23 for posting the solution 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered For when a question was asked and we referred to forum or answered it.
Projects
None yet
Development

No branches or pull requests

3 participants