https still refuses connection

0

Hi, I have finished setting aws ec2 ssl cert to use https://mydomain, but after setting all including application load balance I still get connection refuse if I try to connect with https. Http is working well. I used ssl and domain from outside(imported). So I have done the extra setting for importing domain such as ns forwarding. I can't find any solution. Please help me on this.

1 Answer
0

First, check to make sure that your security group allows connections on HTTPS (TCP/443). If that is configured, try running telnet mydomain 443 from an external host (or from another instance within the VPC). This will tell you whether your web server is configured to listen on port 443 or not.

profile pictureAWS
EXPERT
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions