zalando-stups / senza

Deploy immutable application stacks and create and execute AWS CloudFormation templates in a sane way
https://pypi.python.org/pypi/stups-senza
Other
96 stars 72 forks source link

Not Possible to use "HealthCheckProtocol: HTTPS" for ElasticLoadBalancers in senza template. #481

Closed rashamalek closed 7 years ago

rashamalek commented 7 years ago

It is not possible to use SSL:443 with the /status endpoint. Endpoint use is only in HTTP and HTTPS modes available.

ALLOWED_HEALTH_CHECK_PROTOCOLS could be adapted to enable HTTPS protocol use in Heathchecks for ElasticLoadBalancers.

jmcs commented 7 years ago

Fixed by #480