Skip to content
This repository has been archived by the owner on Jan 31, 2019. It is now read-only.

SSL certificate problem, verify that the CA cert is OK. #3

Closed
brettchalupa opened this issue Dec 28, 2011 · 9 comments
Closed

SSL certificate problem, verify that the CA cert is OK. #3

brettchalupa opened this issue Dec 28, 2011 · 9 comments

Comments

@brettchalupa
Copy link

I just setup the theme I am using on one of my Wordpress site to use Theme Updater. I got it working on another site I have hosted, but with the site I am getting the issue on is failing with theme updates.

Here is the error I am getting:

Download failed. SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed.

I am not entirely sure where the SSL certificate problem is coming from. Any help would be much appreciated.

Thank you!

@hawkrives
Copy link

I also have this problem. @brettchalupa What host are you with?

@brettchalupa
Copy link
Author

@hawkrives For one site my host is GoDaddy, for the other site it is a on a small host self-hosted server of a friend.

@danyork
Copy link
Contributor

danyork commented Jan 9, 2012

I'll confirm that I also have this issue with the plugin not working on two different systems, both self-hosted on various networks. One is running WordPress 3.3.1 in standalone mode. One is running WordPress 3.3.1 in MultiSite mode.

This plugin is incredibly useful so I do hope the SSL issue can be fixed. Thanks!

UPDATE: Curiously, the auto-update is now WORKING on my WordPress 3.3.1 system in MultiSite mode. However, the system in standalone mode still fails with the SSL error noted here.

@conover
Copy link
Contributor

conover commented Jan 10, 2012

We are incredibly busy at the moment but one of us will try to find some time in the near future to look into this.

@brettchalupa
Copy link
Author

@conover Thanks a lot!

@bainternet
Copy link

simply add this:

add_action('http_request_args', 'no_ssl_http_request_args', 10, 2); function no_ssl_http_request_args($args, $url) { $args['sslverify'] = false; return $args; }

@brettchalupa
Copy link
Author

Great, thanks for sharing! I will try it out a.s.a.p.

@danyork
Copy link
Contributor

danyork commented Feb 8, 2012

As noted by these two last messages, I merged the change from @bainternet into my local copy of the plugin codebase, tested it on my WordPress installation where theme updates were failing previously and then issued a pull request to the plugin maintainers. If they agree with the merge hopefully the plugin can be updated soon on WordPress.org.

@jslang
Copy link
Contributor

jslang commented Feb 8, 2012

Pull request from danyork merged into master.

@jslang jslang closed this as completed Feb 8, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants