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

remove expired DST root CA #603

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

deargle
Copy link
Contributor

@deargle deargle commented Jul 13, 2023

see https://www.openssl.org/blog/blog/2021/09/13/LetsEncryptRootCertExpire/:

The currently recommended certificate chain as presented to Let’s Encrypt ACME clients when new certificates are issued contains an intermediate certificate (ISRG Root X1) that is signed by an old DST Root CA X3 certificate that expires on 2021-09-30. In some cases the OpenSSL 1.0.2 version will regard the certificates issued by the Let’s Encrypt CA as having an expired trust chain.

(The Ubuntu VM is on OpenSSL 1.0.1f)

closes #590

see https://www.openssl.org/blog/blog/2021/09/13/LetsEncryptRootCertExpire/:

> The currently recommended certificate chain as presented to Let’s Encrypt ACME clients when new certificates are issued contains an intermediate certificate (ISRG Root X1) that is signed by an old DST Root CA X3 certificate that expires on 2021-09-30. In some cases the OpenSSL 1.0.2 version will regard the certificates issued by the Let’s Encrypt CA as having an expired trust chain.

(The Ubuntu VM is on OpenSSL 1.0.1f)

closes rapid7#590
@deargle
Copy link
Contributor Author

deargle commented Jul 13, 2023

I also realized the iptables recipe hadn't been added to the packer chef runlist; this fixed that, too, might as well. It was in the vagrant chef runlist.

e: actually it wasn't necessary to add the iptables recipe, since the recipes that depend on it already include_recipe it. I'll re-remove it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SSL Validation failure while installing php5
2 participants