Problem getting https to work with SSL Cert

Discussion in 'ASP.NET / ASP.NET Core' started by cotega, Jan 7, 2012.

  1. I have installed a 3rd party SSL certificate to my site (www.cotega.com) through the SSL manager and it seems to have worked because I now see a message "Your SSL certificate is installed" where the common name is www.cotega.com.

    However when I go to https://www.cotega.com I get a message "The connection was reset".

    Is there something else I need to do to enable https for my MVC 4 app?

    Thanks!
     
  2. Cotega, I'm pretty knowledgeable on secure socket layers. I have experience here. I went to your website, searched for the protected area, and found out it was the blog (among perhaps other areas). When I logged on to the https://www.cotega.com/cotega-blog/ , I see that's it's properly secured by godaddy. The padlock is in the address box where it belongs, and all is good on my end. Likewise, when I go to https://www.cotega.com/, it functions properly as well. I'm not having any issues on my end, from Michigan! Let me know if you still have any questions.

    Jason Paul Weber (at gmail dot com, if necessary)
     
  3. Yea. The domain seems to be working fine now.

    I noticed you're hosting your DNS elsewhere, and usually the problem when you mix these two is that the DNS for the domain isn't pointed to the Unique IP given when you get the SSL.

    Either way, it's working fine at the moment.
     

Share This Page