Could not open configuration file /etc/letsencrypt/options-ssl-apache.conf: No such file or directory

Website is now unreachable, after restarting apache. It is running, ( Active: active (running) since Fri 2020-07-24 06:53:35 UTC; 32s ago) though.

1 Like

Yes, it appears to have disabled SSL entirely. The port 80 is still running but port 443 is no longer listening.

Before we panic, I think we can fix this with a one-liner. In /etc/httpd/conf/httpd.conf, can you add:

Listen 443 https

and try reload Apache? I'm hoping that's all you need.

3 Likes

You did it. :smiley: :smiley:

Any way I can buy you pizza?

1 Like

Great! All the previous posters did the hard work :P. You can donate $10 to Let’s Encrypt if you feel like it.

2 Likes

Will do, thanks so much to all involved :slight_smile:

1 Like

What element of ssl.conf is the disrupting culprit? :thinking: I don’t get it.

2 Likes

Great job @Thomasvdw
Thanks to @Osiris @_az @schoen @JimPas @JuergenAuer
You folks are super.

Rip

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.