0

I recently bought an SSL certificate for my website but when I try connecting with HTTPS it gives me this message: Error Message

What it seems to be doing is tying my certificate to my domain name provider(doteasy.com) instead of my actual website domain. Any help is appreciated!

(edit: direct image link) https://i.stack.imgur.com/bqi0D.png

edit2: This is a screenshot of the error message that shows up when I test the page on whynopadlock.com screenshot Alternate link: https://i.stack.imgur.com/P4BTX.png

2 Answers2

0

It sounds like you may have accidentally installed the intermediate (chain cert) as your entity (domain) certificate. In the case of Apache you would normally install the entity certificate which contains your domain name as well as the intermediate certificate.

On other platforms you sometimes have multiple certificates combined into one file and the order of those is detailed here: https://www.digicert.com/kb/ssl-support/pem-ssl-creation.htm

Robben
  • 33
  • 5
0

So I sent in a support request to doteasy, and it turns out the issue was something with website.com sitebuilder. Website.com runs on a different server than cPanel, so the only way to enable SSL is to buy Website.com's SSL cert(which is way more expensive than what I bought) or Doteasy's Business plan. I'm working on building a new webpage on Wordpress now because I needed a new one anyways and so that I can use the SSL cert that I bought. Thanks for the help everyone!