Hi,
I’m running a Node/Express API on the DigitalOcean App platform. Some of my users are reporting an ERR_SSL_PROTOCOL_ERROR when trying to connect and as a result can not use the service at all. I am having trouble debugging this, since only some users seem to experience this issue.
I’m assuming the SSL certs for the DO Apps are all managed, so no need or ability to configure anything custom there.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi @marvinCoral,
Usually, the SSL certificate is automatically issued by DigitalOcean and the App Platform.
Having said that, if some users are reporting the error and not all, this leads me to believe there is a DNS issue. Check your records, maybe you forgot a CNAME record there or something like that which is causing the issues.