'AWS Elastic Beanstalk additional ssl Load Balancer not saving
I have an elastic beanstalk application that I"m trying to add https/ssl to. I added a listener, selected port 443 and https, selected my certificate, and then hit save.
I scroll down to the bottom of the page and make sure I hit apply, the server then rebuilds... but when I go back to look the https listener is gone!!
I never get an errors or anything weird, any ideas what I'm missing or doing wrong?
Solution 1:[1]
Same issue. I believe it was an incompatible SSL security policy switching to ELBSecurityPolicy-2016-08 fixed it. Found the answer here: https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 |
