Enabling Perfect Forward Secrecy (PFS) with Hitch
In order to enable Diffie-Hellman based ciphers for Perfect Forward Secrecy (PFS) with Hitch, add these parameters to your existing bundle.pem: openssl dhparam -rand - »
In order to enable Diffie-Hellman based ciphers for Perfect Forward Secrecy (PFS) with Hitch, add these parameters to your existing bundle.pem: openssl dhparam -rand - »
Start with an example configuration that's bundled with Hitch distribution. Rename hitch.conf.ex to hitch.conf. Since Hitch is a fork of Stud, the configuration »
Stud is now officially abandonware and the alternative is Hitch from Varnish Software. Compared to Stud, Hitch supports TLS 1.2 and has can live reload »
Chrome's Event Listener Breakpoints allow you to break and inspect scroll event listeners, but how do you find out what part of your application code invoked »
I picked up one of the recent Yosemite updates, "Command Line Tools (OS X 10.10) for XCode" and it nearly broke my npm package installations, »