summaryrefslogtreecommitdiff
path: root/boto/ec2/elb/listener.py
diff options
context:
space:
mode:
Diffstat (limited to 'boto/ec2/elb/listener.py')
-rw-r--r--boto/ec2/elb/listener.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/boto/ec2/elb/listener.py b/boto/ec2/elb/listener.py
index cf26c41c..ed33b131 100644
--- a/boto/ec2/elb/listener.py
+++ b/boto/ec2/elb/listener.py
@@ -80,6 +80,8 @@ class Listener(object):
return self.instance_port
if key == 2:
return self.protocol
- if key == 4:
+ if key == 3:
return self.instance_protocol
+ if key == 4:
+ return self.ssl_certificate_id
raise KeyError