My SSL stopped working all of a sudden today for my secure websocket server
The HTTPS server seems fine/
Clicking on the cert lock icon in Chrome shows that it expires 4/19/21
I renewed it today, it still shows that renewal
I reference the certs in the nodeJS server like this:
const server = https.createServer({
cert: fs.readFileSync("/opt/bitnami/apache2/conf/server.crt"),
key: fs.readFileSync("/opt/bitnami/apache2/conf/server.key")
});
It looks like those two files are updated on the server (they have today's date)
My domain is: etal.live
My web server is (include version): Apache
The operating system my web server runs on is (include version): Debian/GNU Linux
My hosting provider, if applicable, is: AWS Lightsail
I can login to a root shell on my machine (yes or no, or I don't know): Yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): No
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): apt-cache policy certbot | grep Installed