Thursday, March 19, 2015

Using Cloudflare SSL Free Service under Domain with Yandex DNS



I have domain using Yandex DNS




mydomain.com
DNS Primary : dns1.yandex.net
DNS Secondary : dns2.yandex.net



I used DNS yandex, because they have Mail for domain services, and it was a must procedure to full integrated using their DNS record, so i can use custom CNAME for accessing email for my user like http://mail.mydomain.com



But after, it switch from using dns record cloudflare to yandex, my domain has lost capability to use the Cloudflare free ssl services.



i'm already trying entry both DNS Cloudflare to A and NS record under yandex dns editor, but is not changed anything.




So it is possible, to get capability to may domain using cloudflare free ssl again ?


Answer



The free service at cloudflare requires you to use their nameservers. If you go for a paid plan ($20 per month as of April 2016) you can ask for a CNAME setup that allows you to use your own, or in this case yandex, nameservers.



More info:





I would recommend that you change to their DNS service.



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...