admin管理员组文章数量:1405993
I have an EC2 running simple ExpressJS app with PM2 and Nginx set up as a reverse proxy which accepts the request to upload the file. The connection between Nginx and PM2 is set up at localhost:5000
The security group is set up to allow inbound traffic at ports 80 and 22.
The public IP address of EC2 is secured with SSL using Route53 and custom domain.
But when the POST request is sent to it, it causes error_connection_timeout. Note that Expressjs app works fine locally.
Is the issue being dur to security group not configured properly? But as mentioned, the ports are set up to allow all inbound traffic at 22 and 80
本文标签: expressPossible Reasons for Error Connection Timeout EC2Stack Overflow
版权声明:本文标题:express - Possible Reasons for Error Connection Timeout EC2 - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744346721a2601804.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论