-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
certbot-apache fails on a fresh install of httpd on RHEL 8 #7273
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
Comments
Proposal to fix the problem: Always call this |
This PR builds off of #7240 to fix #7241. The code in certbot-auto is unchanged which I +1. Someone else should give it a 2nd review. For the code in the tests, you can see all tests passing (including test_tests.sh) at https://travis-ci.com/certbot/certbot/builds/122198270. I created #7301 to track removing the temporary code in test_leauto_upgrades.sh as suggested at #7282 (comment). One noteworthy thing here is I did not add the RHEL 8 AMI to the Apache tests due to #7273. This problem is not related to support in certbot-auto though, is an edge case, and I do not personally believe it should block this PR.
This also affects CentOS 8 as seen at #7397. |
Running |
Oh this is th RHEL issue, I'll ask at the centos issue |
When this issue is resolved, we should be able to add CentOS/RHEL 8 to https://github.com/certbot/certbot/blob/f743dbec3a04349533735a161b650f02844b2294/tests/letstest/apache2_targets.yaml. |
We've made a lot of changes to Certbot since this issue was opened. If you still have this issue with an up-to-date version of Certbot, can you please add a comment letting us know? This helps us to better see what issues are still affecting our users. If there is no activity in the next 30 days, this issue will be automatically closed. |
This issue has been closed due to lack of activity, but if you think it should be reopened, please open a new issue with a link to this one and we'll take a look. |
My operating system is (include version):
RHEL 8
I installed Certbot with (certbot-auto, OS package manager, pip, etc):
certbot-auto
Here is a Certbot log showing the issue (if available):
Logs are stored in
/var/log/letsencrypt
by default. Feel free to redact domains, e-mail and IP addresses as you see fit.I think we need to update the code at
certbot/certbot-apache/certbot_apache/override_centos.py
Line 60 in e6bf3fe
systemctl restart httpd
on RHEL 8 based systems.cc @adferrand, @joohoi
The text was updated successfully, but these errors were encountered: