Alan Barrett (apb) writes: > On Tue, 08 Apr 2014, Phil Regnauld wrote: > >http://heartbleed.com > > Test your server for the CVE-2014-1060 "Heartbleed" bug: > <http://filippo.io/Heartbleed/> The following should work as well: openssl s_client -connect google\.com:443 -tlsextdebug 2>&1| grep 'server extension "heartbeat" (id=15)' || echo safe