0

I just installed rapidssl certificate on apache2 debian squeeze. I put all files inside apache2/ssl folder, edited default-ssl inside apache2/sites-available. Certificate is installed but after visiting https://www.mysite.com browser gives me empty -It works page. How can I enable the same content on secured https? Thank you

user1031742
  • 103
  • 5

1 Answers1

1

You'll need to make other updates/changes to the default-ssl file to get it to correctly serve your website in the same way that the HTTP listener does.

The place I'd start based on your description of the problem would be the DocumentRoot directive, though there are likely other changes that will need to be made.

If you provide your configuration files and the output of apachectl -S, we can provide specific guidance on how to get it set up properly.

Shane Madden
  • 114,520
  • 13
  • 181
  • 251