Hi,
I got a dedicated server for a project. I already configured my domain with let's encrypt ssl, frontend and backend api and everything is up and running so far.
The backend api is running through jenkins/pm2 and it's up on my ip:port3333 but I need it to be ssl. If I try
https://mydomain.com:3333 i get an ERR_SSL_PROTOCOL_ERROR which i guess it's normal.
So, how can I point a domain or subdomain to the service port and apply an ssl to it? Or if I can't, how should I proceed to get the service running with ssl?
Any idea?
Thanks in advance.