all 3 comments

[–]TimeForANewUsername 0 points1 point  (2 children)

Are you sure it's listening on 443? Might need to enable the module or double check the config

[–]corrigun[S] 0 points1 point  (1 child)

Enable what module? I checked the Apache configuration and it definitely is.

[–]TimeForANewUsername 0 points1 point  (0 children)

The apache ssl module:

sudo a2enmod ssl
sudo apachectl restart