I am running Microsoft Windows Server 2022 in an AWS EC2 instance with IIS running on it. I have an SSL certificate installed and bound to my website, but when I try to reach the website, it says that the connection has been reset.
The domain name is help.revonecompanies.com.
When I run the domain through whatsmydns.net it verifies the correct information and that it propagates to the right IP address. I also ran my ssl certificate through ssl shopper and it came back good on that end.
I have Wireshark installed and ran and it gives me a TCP retransmission when it tries to do the handshake. I am not 100% what that is or what I should be looking for in Wireshark.
I am not sure which setting I changed, but now I am getting a connection was reset from inside of the server and a can't reach this page from the client.
Running a curl cmd results in a "Could not resolve host" error.
The security group for the AWS Instance allows all http and https traffic.
I will attach the server logs below, as I am not really sure what I am looking at for that. Server Logs
I should also probably mention that it is a subdomain of revonecompanies.com and the dns is routed to the public IP of the web server hosting help.revonecompanies.com.
Here is a curl for https traffic: Curl Error
Screenshot of what my IIS manager looks like: IIS Manager
Advanced settings of website: Advanced Settings
I tested this against SSL Labs and got an A, but still at a loss as to why this is not connecting the way it should.
My AWS security group settings are open to all http and https traffic.