I have successfully gotten my SSL certificate and configured the load balancer but I can't start the server to run through HTTPS. I have tried to run the rails server by running "rails s -p 443 -b 0.0.0.0" which is the port for the HTTP requests as seen in the security group but I get permission denied response in the terminal. I just want to understand the proper way to start my server so it runs through HTTPS.
Asked
Active
Viewed 19 times
0
-
so do i just start the server with "rails s -p 3003 -b 0.0.0.0" which is the HTTP port I configured from the security group then enter the IP address? Its really confusing – morris menanya Jun 14 '23 at 13:51
-
its on an EC2 instance – morris menanya Jun 14 '23 at 13:59
-
ok. done that. thanks – morris menanya Jun 14 '23 at 14:10