Skip to content

Instantly share code, notes, and snippets.

@mcbhenwood
Created December 9, 2013 11:47
Show Gist options
  • Save mcbhenwood/7871091 to your computer and use it in GitHub Desktop.
Save mcbhenwood/7871091 to your computer and use it in GitHub Desktop.
Elasticbeanstalk .config file additions which cause mysterious errors
- namespace: aws:elb:loadbalancer
option_name: LoadBalancerHTTPPort
value: OFF
- namespace: aws:elb:loadbalancer
option_name: LoadBalancerHTTPSPort
value: 443
- namespace: aws:elb:loadbalancer
option_name: LoadBalancerSSLPortProtocol
value: HTTPS
- namespace: aws:elb:loadbalancer
option_name: SSLCertificateId
value: arn:aws:iam::502356240394:server-certificate/OttDemoCert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment