<div class="markdown">
<p dir="auto">Just a friendly reminder to people running publicly-accessible notebook servers...if you serve it over HTTPS (which you should be doing) your machine is most likely vulnerable to the <a href="http://heartbleed.com">Heartbleed</a> attack.</p>

<ul>
<li>Shutdown the server ASAP</li>
<li>Upgrade OpenSSL (patches are out for major linux distros and on OSX <code>brew update && brew upgrade openssl</code>)</li>
<li>Regenerate your SSL/TLS certificate</li>
<li>Restart the server.</li>
</ul>

<p dir="auto">--Scott</p>

</div>