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

Attempting to upgrade to 2.15.0 throws curl SSL error #9086

Closed
stuartlangridge opened this issue Oct 23, 2015 · 3 comments
Closed

Attempting to upgrade to 2.15.0 throws curl SSL error #9086

stuartlangridge opened this issue Oct 23, 2015 · 3 comments
Labels
answered For when a question was asked and we referred to forum or answered it.

Comments

@stuartlangridge
Copy link

Piwiki 2.14.3 has alerted me that 2.15.0 is available to download; attempting to upgrade automatically displays this error:

Downloading the latest Piwik version over secure HTTPS connection did not succeed, because of the following error:
curl_exec: SSL: certificate subject name '*.alwaysdata.net' does not match target host name 'builds.piwik.org'. Hostname requested was: builds.piwik.org

Firstly and least importantly, it's improperly escaped. More importantly, this stops the upgrade from working. It is possible that the version of curl on my host doesn't have a correct certificate or is old, but I can't fix that; that's the shared hosting I use. I could probably avoid this problem by downloading over HTTP, I suspect.

@ThaDafinser
Copy link
Contributor

@stuartlangridge do you use PHP 5.6?

In PHP 5.6 OpenSSL received a lot of "default improvements" regarding security: http://php.net/manual/en/migration56.openssl.php

@stuartlangridge
Copy link
Author

Nope. 5.3.28 is what my host is currently on, according to phpinfo().

@mattab
Copy link
Member

mattab commented Nov 26, 2015

Thanks for the report!

I could probably avoid this problem by downloading over HTTP, I suspect.

👍

Since there is a workaround via HTTP, and this should be fixed in modern PHP, we can't do much in Piwik.

@mattab mattab closed this as completed Nov 26, 2015
@mattab mattab added the answered For when a question was asked and we referred to forum or answered it. label Nov 26, 2015
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