I have a VM running on a GCP. With TCP 0.0.0.0:26657 and 0.0.0.0:1317 exposed using firewall rules, I can access them as http://external_ip:26657 and http://external_ip:1317.
Since they are HTTP I couldn't use them on my HTTPS site where I get
net::ERR_SSL_PROTOCOL_ERROR
How do I add an SSL certificate from a DNS provider and expose the ports to the created domain?
I can however add the DNS for the external IP but I am unable to access ports. ex: mydomain.com:26657
I appreciate any help you can provide.