Reputation: 2558
Aim:
I want to use free SSL certificate on Cloudflare on the website that is current hosted on Azure.
Background
A SSL certificate
has been bought from Azure, but we found that we need to upgrade our subscription before able to bind it to our website. Hence, we decided to use Cloudflare free plan that also offers SSL. The domain provider that we use is godaddy
.
Problem:
I have followed the instructions here, and now on the Cloudflare, I could see the status
for SSL certificate as Active Certificate
. However, when I enter the url as https://mywebsite
(https
), it says that This certificate is not valid (host name mismatch)
, which is shown on the screenshot below:
Questions
.azurewebsites.net
? Shouldn't it points to cloudflare, after changing the nameservers? What does it mean by host name mismatch? status
for SSL certificate on Cloudflare is Active Certificate
, does it mean that it's verified and currently applied to the website? Thank you very much!
Upvotes: 1
Views: 1146
Reputation: 1509
1b. As for the host name mismatch, you typed in example.com and it returned a certificate for a different domain. This means that the data can still be encrypted during transmission but that you are probably not communicating with who you think you are.
Upvotes: 1