ogallagher / tejos_textiles

An online arts journal for publishing works in a new medium
MIT License
1 stars 0 forks source link

Force https connection with AWS #30

Closed ogallagher closed 4 years ago

ogallagher commented 4 years ago

As it turns out, my current configuration for the load balancer and EC2 instance currently allows plaintext HTTP external connections (with clients), but still encrypts all internal connections (with instances). That means I can now turn on my force_https method again and have all connections be fully encrypted again.