Reputation: 114
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
My security group
Im missing something ?
http://domain:3000/ping --> OK
https://domain/ping --> KO
Thanks
Upvotes: 0
Views: 1106
Reputation: 14543
Please point you domain to AWS ELB as per your comments and the application will start serving HTTPS.
Upvotes: 2