SSL working on IP address but not domain name

Discussion in 'General troubleshooting' started by jmette, Jul 12, 2014.

  1. I'm attempting to setup HTTPS access to my server. I ordered a certificate from Winhost and it appears to be installed correctly. I setup Web.config for SSL.

    I am able to access the site with HTTPS using the IP address (https://96.31.37.236/). Obviously the URL doesn't match the certificate so I get a warning in Chrome about it. But I can view the certificate in Chrome and see that it's setup properly.

    Here is the problem. When I try to access the site with the domain name (https://www.offbeatgames.net), the connection gets reset. Normal HTTP to the URL works fine.

    Any suggestions?
     
    Last edited by a moderator: Oct 14, 2015
  2. ComputerMan

    ComputerMan Winhost Staff

    Hello Jmette,

    The domain name: offbeatgames.net isn't pointing to the IP address: 96.31.37.236
    Also, the domain name is using it's own DNS service according to the nslookup I did against it.

    So you will need to edit your A records for: offbeatgames.net & www.offbeatgames.net to point to the new IP number of: 96.31.37.236

    Also note, any time you install an SSL Certificate on the site account here at Winhost. The site account upgrades to a Unique IP number.

    If you were already using our name servers. Then our system would automatically do this change for you.

    In your case Jmette, don't change your name servers since it seems you have your own MX records set up for the domain name to use Gmail. So, all you need to do is update the A records to point to the correct IP number.
     
    Last edited by a moderator: Oct 14, 2015
    Michael likes this.
  3. You ... my friend ... are AWESOME! Thank you. I'm up and running.
     
    ComputerMan and Michael like this.

Share This Page