-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Self update error #1688
Comments
I also have the same problem. |
Also getting the same issue. |
Yes, the certificate for |
You don't "create" the ca.pem as that's been generated by the CA signing the new cert - Comodo in this case. For nginx's TLS handlanding you already have that in use as part of the chain/bundle pem file. All you should have to do is replace the ca.pem file within the phar by the matching ca cert from comodo. And by matching i mean the one they use/supply for this type of certificate in use. For all practical means it should boil down to extracting the last cert section from the bundle-crt file into its own ca.pem file. |
Ah, now I remember. Hopefully will get around to do that tomorrow. |
Unfortunately extracting the last cert section from the bundle-crt file into its own ca.pem file does not seem to work. |
Nevermind, I found the correct PEM on Comodo's website. |
I am still geting this error |
Hi, @barbazul |
Every "old" version of PHPUnit shipping with the old cert is bound to have the same issue. Since it's not (yet?) possible to have two certificates for the same domain with https, there is no workaround other than downloading the newer version manually. |
Got this while updating from 4.7 to 4.8 today |
@NihilNovi I cannot reproduce what you describe
|
@sebastianbergmann try running self-update again afterwards |
That is a different (new) issue: #1815. |
Ah ok, thank you for pointing that out, serves me right to get here by google search instead of the issue tracker |
The command
phpunit --self-update
will throw these errors:The text was updated successfully, but these errors were encountered: