Tuesday, May 12, 2015

domain name system - dnsimple redirect HTTPS URL to another extension using single SSL cert



I have a website with many extensions. The DNS is manage by DNSimple.
I bought a SSL Wildcard cert for my .co extension. I would like to be able to redirect https://example.fr to https://example.co through DNSimple without purchasing another SSL Wildcard for the other extensions.



Any suggestions?


Answer



Not possible to do the redirects without SSL for the other sites. Try letsencrypt.org, if you don't need wildcard for other domains.


No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...