I have configured SSL for our amazon EC2 server. I have configured /etc/apache2/ports.conf and /etc/apache2/sites-available/default-ssl (to listen 443) with the certificate paths and restarted the server. I am unable to view the secured link here: https://ec2-54-217-244-0.eu-west-1.compute.amazonaws.com/
Should I add HTTPS to Inbound in Security groups?
Many thanks
curl https://localhost
- Ben Whaley