Options

SSL Cert on IIS 7.0 Server 2008 Issue

the_Grinchthe_Grinch Member Posts: 4,165 ■■■■■■■■■■
So we purchased the cert and when we loaded it onto the server. When we go to the site we get a certificate error saying name mismatch. The common name we used was the www.<site address>.com. Now if we try to go to https://www.site address.com it doesn't work. If we go to the address without the https it works without issue. Any pointers?
WIP:
PHP
Kotlin
Intro to Discrete Math
Programming Languages
Work stuff

Comments

  • Options
    rsuttonrsutton Member Posts: 1,029 ■■■■■□□□□□
    If you go to https://www.siteaddress.com and view the certificate from your browser, does it show the correct certificate?
  • Options
    BloogenBloogen Member Posts: 180 ■■■□□□□□□□
    Ensure you are using the correct private key in case maybe you made more than one in testing.
    Trying combinations of www and simply https://

    You can verify your original CSR here for typos (usually good before you buy the cert):
    CSR Decoder - Check CSR to verify its contents
  • Options
    undomielundomiel Member Posts: 2,818
    Certificates don't come into play if you're only using http. https is what requires the certificate for encryption. I concur with rsutton, check the names on your certificate in the browser to verify that they match the site you are browsing.
    Jumping on the IT blogging band wagon -- http://www.jefferyland.com/
  • Options
    the_Grinchthe_Grinch Member Posts: 4,165 ■■■■■■■■■■
    Thanks for all the info guys! We believe we found the issue, once I confirm that I'll let you know what we think is the problem is actually the issue.
    WIP:
    PHP
    Kotlin
    Intro to Discrete Math
    Programming Languages
    Work stuff
  • Options
    JBrownJBrown Member Posts: 308
    Sounds like the SSL cert was installed on the server, but it was not imported into IIS and mapped to the website.
  • Options
    the_Grinchthe_Grinch Member Posts: 4,165 ■■■■■■■■■■
    So we finally got our answer! Cert was installed correctly, issue was this server is hosted by Rackspace and they never completed our request to open port 443 on the firewall. My boss checked and found out it wasn't opened, they opened it and everything worked correctly.
    WIP:
    PHP
    Kotlin
    Intro to Discrete Math
    Programming Languages
    Work stuff
Sign In or Register to comment.