Skip to main content

All Questions

Tagged with
1 vote
0 answers
256 views

ssl files: Nginx works but Nodejs https module does not?

I have a Node instance running on an EC2 instance. I just got my ssl certificate, private key and ca-bundle. so I put them in Nodejs like: var options = { key: fs.readFileSync("/path/to/private/key"...
J. C's user avatar
  • 13
4 votes
1 answer
3k views

SSL - Apache and Node.js on the same Amazon EC2 instance

I hosted my website on an EC2 instance, using Apache. SSL was also set up properly, running on HTTPS, port 443. Currently, I just added a chat application to the website using Node.js + socket.io. ...
Danh Nguyen's user avatar
0 votes
0 answers
494 views

Configuring NGINX with SSL and Node.js on CENTOS 6 in EC2

I'm trying to deploy a Node.js web-app on a Centos EC2 instance with an elastic IP. The SSL certificate is already setup and properly configured. I would like to allow only https connection to my app, ...
Cris69's user avatar
  • 131