Hello,
I’m masking (or frame forward if you prefer) my non-SSL private URL, which is a sub-domain with custom port. Eg: http://one.private-name.com:12345
So far, I’ve registered a public domain public-name.com
, added Cloudflare DNS to it.
Since the destination has custom port, adding a DNS+Proxy isn’t an option and i added a CNAME with DNS-Only as mentioned here
Now, with public-name.com
pointing to one.private-name.com
, I can access my destination via http://public-name.com:12345
However, since I had to use DNS-Only instead of DNS+Proxy, I end up with a non-SSL URL.
Is it possible to get my public url with https?
I see there are paid options like this one at comodo. I’m sure there are paid options with Cloudflare too. However, this is a pet project and hence I can’t go for a paid option.
Thank you.