NET::ERR_CERT_AUTHORITY_INVALID Cent os 7

/www.spoopytripwire.com/
/etc/httpd/sites-available/tripwire.conf: ServerName www.spoopytripwire.co m
/etc/httpd/sites-available/tripwire.conf: ServerAlias spoopytripwire.com
/etc/httpd/sites-available/tripwire.conf:RewriteCond %{SERVER_NAME} =www.spoopyt ripwire.com [OR]
/etc/httpd/sites-available/tripwire.conf:RewriteCond %{SERVER_NAME} =spoopytripw ire.com
/etc/httpd/sites-available/tripwire-le-ssl.conf: ServerName spoopytripwir e.com
/etc/httpd/sites-available/tripwire-le-ssl.conf: ServerAlias www.spoopytr ipwire.com
/etc/httpd/sites-available/tripwire-le-ssl.conf:SSLCertificateFile /etc/letsencr ypt/live/spoopytripwire.com/cert.pem
/etc/httpd/sites-available/tripwire-le-ssl.conf:SSLCertificateKeyFile /etc/letse ncrypt/live/spoopytripwire.com/privkey.pem
/etc/httpd/sites-available/tripwire-le-ssl.conf:SSLCertificateChainFile /etc/let sencrypt/live/spoopytripwire.com/chain.pem
/etc/httpd/sites-enabled/tripwire.conf: ServerName www.spoopytripwire.com
/etc/httpd/sites-enabled/tripwire.conf: ServerAlias spoopytripwire.com
/etc/httpd/sites-enabled/tripwire.conf:RewriteCond %{SERVER_NAME} =www.spoopytri pwire.com [OR]
/etc/httpd/sites-enabled/tripwire.conf:RewriteCond %{SERVER_NAME} =spoopytripwir e.com
/etc/httpd/sites-enabled/tripwire-le-ssl.conf: ServerName spoopytripwire.com
/etc/httpd/sites-enabled/tripwire-le-ssl.conf: ServerAlias www.spoopytripwire.c om
/etc/httpd/sites-enabled/tripwire-le-ssl.conf:SSLCertificateFile /etc/letsencryp t/live/spoopytripwire.com/cert.pem
/etc/httpd/sites-enabled/tripwire-le-ssl.conf:SSLCertificateKeyFile /etc/letsenc rypt/live/spoopytripwire.com/privkey.pem
/etc/httpd/sites-enabled/tripwire-le-ssl.conf:SSLCertificateChainFile /etc/letse ncrypt/live/spoopytripwire.com/chain.pem

There was more put its mostly some stuff in the error logs we're not concerned with (a twitter integration isnt properly setup)

I'm not sure how to remove teh ssl.conf file without making the site inaccessible, when I remove it httpd will start but the page wont load

1 Like

Change the servername inside it to NOTspoopytripwire.com

1 Like

Inside the ssl.conf or main conf? I tried jsut removing the ssl conf all together previously

1 Like

If you can't remove the ssl.conf file then change the servername inside it.
As for the main config, it shouldn't have a name that is used in any other vhost config.

1 Like

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