How to have SSL on Amazon Elastic Load Balancer with a Gunicorn EC2 server?
- by Riegie Godwin
I'm a self taught back end engineer so I'm learning all of this stuff as I go along. For the longest time, I've been using basic authentication for my users.
Many developers are advising against this approach since each request will contain the username & password in clear text. Anyone with the right skills can sniff on the connection between…