I Created an EC2 instance that is running perfectly over http.but when i try to replace http
to https
i got this printed on the browser This site can’t provide a secure connection
. the security group that is associated to this instance is configured to allow requests from both HTTP
and HTTPS
as in the attached image:
You are trying to run https over a port that has been configured for HTTP.
There are multiple options to get around this: