-1

I have an Elastic Load Balancer on AWS that does NOT terminate the SSL connection on the Load Balancer. Was my connection vulnerable to the HeartBleed bug before Amazon patched the ELB service?

My understanding is that only connections that terminated the SSL on the Load Balancer were affected. Can anyone confirm this?

Shaun Bowe
  • 9,840
  • 11
  • 50
  • 71
  • This question appears to be off-topic because it is about software versions, administration and patching. Server Fault has quite a few questions on the topic: http://serverfault.com/questions/tagged/heartbleed. – jww Apr 09 '14 at 19:05
  • I would agree. I can't find an easy way to move it though. It should probably have been on serverfault or security.stackexchange.com – Shaun Bowe Apr 09 '14 at 19:18
  • Shaun - don't worry about it. Its part of the normal process on Stack Overflow. – jww Apr 09 '14 at 19:22

1 Answers1

1

Did you instead terminate SSL on your own instances? If so then you need to look at the version of OpenSSL on those systems as they might be vulnerable to heartbleed.

Ben Whaley
  • 32,811
  • 7
  • 87
  • 85