1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

SSL works on https://dedicatedip but not https://domain

Discussion in 'Apache' started by Drumrocker365, Dec 28, 2013.

  1. #1
    My SSL certificate works on my apache web server but only when I do
    https://dedicatedip
    Code (markup):
    - when I do
    https://domain.com
    Code (markup):
    it just doesn't work.. I've tried almost everything.. what am I doing wrong?

    Here is a paste of my ssl.conf file: http://pastebin.com/Cd2f2SSz

    PLEASE HELP!
     
    Drumrocker365, Dec 28, 2013 IP
  2. Sys Admin

    Sys Admin Active Member

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    66
    #2
    Does it respond with the correct IP when you ping the domain? Is it working with www ? I can see that domain.com is missing in your ssl.conf file. If it's working with the WWW then you need to add domain.com to the ServerName or ServerAlias variables in your ssl.conf file.

    ** ServerName www(dot)domain.com:443 << Also please get rid of the :443, It's already defined so it should not be listed there.
     
    Sys Admin, Dec 28, 2013 IP
  3. Drumrocker365

    Drumrocker365 Member

    Messages:
    41
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #3
    I made those changes and still no response.. it just says "connecting..." for a while then shows "
    This webpage is not available" :(
     
    Drumrocker365, Dec 29, 2013 IP
  4. Sys Admin

    Sys Admin Active Member

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    66
    #4
    Did you restart apache after applying the changes?
     
    Sys Admin, Dec 29, 2013 IP
  5. Drumrocker365

    Drumrocker365 Member

    Messages:
    41
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #5
    Yes - I have restarted several times - nothing works :(
     
    Drumrocker365, Dec 29, 2013 IP
  6. Drumrocker365

    Drumrocker365 Member

    Messages:
    41
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #6
    **UPDATE: It was CloudFlare not allowing SSL since I have CloudFlare free. I got around this by adding SSL on a subdomain and telling CloudFlare to NOT listen on that subdomain. Stupid me lol!
     
    Drumrocker365, Dec 29, 2013 IP
  7. Sys Admin

    Sys Admin Active Member

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    66
    #7
    Great that you got it working.
     
    Sys Admin, Dec 29, 2013 IP
  8. Drumrocker365

    Drumrocker365 Member

    Messages:
    41
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #8
    Now the problem is that it looks funny... view the difference http://mineprowebhost.com https://secure.mineprowebhost.com
     
    Drumrocker365, Dec 30, 2013 IP
  9. Drumrocker365

    Drumrocker365 Member

    Messages:
    41
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #9
    once again, I have fixed the problem lol. Thanks everyone for all the help!
     
    Drumrocker365, Dec 30, 2013 IP