Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is: os3-328-53799.vs.sakura.ne.jp
My web server is (include version): Apache/2.4.57 (CentOS Stream)
The operating system my web server runs on is (include version): CentOS Stream release 9
I can login to a root shell on my machine (yes or no, or I don't know): yes
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): certbot 2.6.0
MORE INFORMATION:
I was able to access my website via https until the day before, but suddenly I can no longer access it. I tried it in both chrome and safari, but both gave the same error. I was able to access it with http without any problems. It seems that some error occurred during the certificate renewal process, but the expiration date was displayed as shown below.
sudo certbot certificates
Found the following certs:
Certificate Name: os3-328-53799.vs.sakura.ne.jp
Serial Number: **********
Key Type: ECDSA
Domains: os3-328-53799.vs.sakura.ne.jp
Expiry Date: 2024-01-17 08:30:36+00:00 (VALID: 33 days)
Certificate Path: /etc/letsencrypt/live/os3-328-53799.vs.sakura.ne.jp/fullchain.pem
Private Key Path: /etc/letsencrypt/live/os3-328-53799.vs.sakura.ne.jp/privkey.pem
Also, I simply set up a virtual host in the Apache settings to use for the certificate renewal , but I thought this was also one of the causes. The Apache configuration was as follows.
<VirtualHost *:80>
ServerAdmin root@hogehoge
DocumentRoot /var/www/html
ServerName hogehoge
Please tell this web server newbie how to solve this problem.