gil13
gil13

Reputation: 114

Amazon ELB with SSL and nodejs

I have a question about SSL in EC2 with nodejs server.

I have an instance (ubuntu) linked to a domain where I deploy a nodejs app in port 3000, its working fine.

Now Im trying to redirect https (port 443) conections to port 3000 but Im doing something wrong

enter image description here

My security group

enter image description here

Im missing something ?

http://domain:3000/ping --> OK

https://domain/ping --> KO

Thanks

Upvotes: 0

Views: 1106

Answers (1)

Piyush Patil
Piyush Patil

Reputation: 14543

Please point you domain to AWS ELB as per your comments and the application will start serving HTTPS.

Upvotes: 2

Related Questions