Encountering issue with Wildcard SSL certificate AWS Lightsail WordPress multisite certbot tool

0

While SSL is functioning correctly on the main site of WordPress multisite, I am unable to see the wildcard SSL certificate being applied to subdomains. I installed SSL using certbot tool and did the following: sudo certbot certonly --manual --preferred-challenges=dns -d '*.domain.com'

Update Apache Configuration opt/bitnami/apache2/conf/bitnami/bitnami.conf with the following; SSLEngine on SSLCertificateFile "/etc/letsencrypt/live/domain.com-0001/fullchain.pem" SSLCertificateKeyFile "/etc/letsencrypt/live/domain.com-0001/privkey.pem"

Restarted Apache: sudo /opt/bitnami/ctlscript.sh restart apache Then it shows the server being down.

Apache error log [Fri Apr 26 07:16:54.678833 2024] [ssl:warn] [pid 249621:tid 140417372171520] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name [Fri Apr 26 07:16:54.694281 2024] [ssl:warn] [pid 249622:tid 140417372171520] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache] [Fri Apr 26 07:16:54.697018 2024] [ssl:warn] [pid 249622:tid 140417372171520] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name

johgrah
已提問 23 天前檢視次數 86 次
1 個回答
0

I suspect you will find more assistance with this on the LetsEncrypt forum as it is not specific to your infrastructure but rather the certbot/LetsEncrypt software.

Here is a link for a similar situation to yours:
https://community.letsencrypt.org/t/ah01909-www-example-com0-server-certificate-does-not-include-an-id-which-matches-the-server-name/165405/15

Hope this helps!

profile pictureAWS
專家
iBehr
已回答 23 天前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南