We are using node server for app and MySQL both running on the same CentOS system. We use HAProxy as reverse proxy server and also LetsEncrypt to enable https to access the WebServer.
Once LetsEncrypt was installed and haproxy config file updated to use the certs, the app is launching using https but is NOT connecting to the database (MySQL).
Question: are there any additional configuration required on the node or MySQL as part of implementing Lets Encrypt?
I don’t think so or if it is, it is caused by Let’sencrypt. Reason being if I restore my haproxy.cfg to the previous version without the certificate entries, everything works fine.
Add those entries back and restart haproxy, it fails.