Reputation: 174
I deplyoed my nodejs application on a AWS server with windows server as OS. The application is a simple express server running on https port 443. The application is accessible through localhost, but I can access the app through public IP.
Here are a few things I tried:
I am still not able to access my app. I setup up inbound rules in my firewall for the port and nodejs itself.
Upvotes: 1
Views: 644
Reputation: 174
The issue was simply in my security group. I had set up the IP addresses I was expecting, but one was missing. It is working now.
Upvotes: 0