FiloSottile / Heartbleed

A checker (site and tool) for CVE-2014-0160
http://filippo.io/Heartbleed
MIT License
2.31k stars 461 forks source link

TLS 1.1 only sites throw EOF errors #13

Open jonnybot0 opened 10 years ago

jonnybot0 commented 10 years ago

If a site doesn't support TLS 1.2, then the Heartbleed script throws an EOF error. This seems to be because the go crypto TLS package is built to implement TLS 1.2. http://golang.org/pkg/crypto/tls/