Error 503 Apache SSL: server cert does not include ID which matches server name

Hello my name is Bruno and i have a domain: socialneur.com

When i try to access the site it shows me always the error 503 and i open the error.log and it said this:

Please help!

That's an warning you're showing us, not an error. Also, not the reason for the 503 Service Unavailable error. The Let's Encrypt TLS certificate seems to be installed correctly: the 503 Service Unavailable error is transmitted securely to my browser :wink:

I suggest you look deeper into your Apache error logs to find the actual error responsible for the 503.

Do you use https://localhost/ ?

  • Please show a sample URL that returns the 503 error message.
  • Please show the output of:
    apachectl -S

I use this: https://63.35.225.54/

The output of apachectl -S:

VirtualHost configuration:
*:80 localhost (/opt/bitnami/apache2/conf/bitnami/bitnami.conf:8)
*:443 localhost (/opt/bitnami/apache2/conf/bitnami/bitnami.conf:43)
ServerRoot: "/opt/bitnami/apache2"
Main DocumentRoot: "/opt/bitnami/apache2/htdocs"
Main ErrorLog: "/opt/bitnami/apache2/logs/error_log"
Mutex proxy-balancer-shm: using_defaults
Mutex ssl-stapling-refresh: using_defaults
Mutex rewrite-map: using_defaults
Mutex ssl-stapling: using_defaults
Mutex proxy: using_defaults
Mutex ssl-cache: using_defaults
Mutex default: dir="/opt/bitnami/apache2/logs/" mechanism=default
PidFile: "/opt/bitnami/apache2/logs/httpd.pid"
Define: DUMP_VHOSTS
Define: DUMP_RUN_CFG
Define: USE_PHP_FPM
User: name="daemon" id=1 not_used
Group: name="daemon" id=1 not_used

Using Bitnami? Please see Bitnami's documentation! - Help - Let's Encrypt Community Support

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