SSL Not Working

Discussion in 'Installation/Configuration' started by parkerj, Mar 11, 2007.

  1. parkerj

    parkerj Member

    I just installed a SSL certificate for one of the domains that is on its own IP. I go to https://domain.com, nothing propagates. Below is what I get when I enter the command netstat -tap. Any advice would be greatly appreciated.

     
  2. falko

    falko Super Moderator Howtoforge Staff

    Your Apache isn't listening on port 443.
    Did you follow any of the "Perfect Setups" here on HowtoForge to set up your server? Which distribution do you use?
     
  3. parkerj

    parkerj Member

    No

    No, I did not follow any perfect setup for my LAMP install. I am using Debian Etch.
     
  4. falko

    falko Super Moderator Howtoforge Staff

  5. parkerj

    parkerj Member

    From the how-to the only thing that I saw different was Listen 443 and I added that. However, still no go unless I missed something else. Below is what comes up after netstat -tap:

     
  6. falko

    falko Super Moderator Howtoforge Staff

    What's in your Vhosts_ispconfig.conf? What's the output of
    Code:
    ifconfig
    ?
     

Share This Page