I've previously shared a couple of projects with you that I've made using some of the fabrics from Amanda Murphy's Meadow Dance collection.| Chris Dodsley @mbCD
Since implementing HSTS and an HTTPS redirect properly was trickier than I'd imagined, I decided to write my own guide on how to do it. I'll also explain how to configure Nginx to use OSCP Stapling and IPv6 since I worked on getting both of them working at around the same time as I got the proper HTTPS redirect working. Preface Very recently, I decided to move my blog from Rackspace Cloud Files to a VPS at DigitalOcean. While the pricing for Cloud Files was very agreeable, you really did only...| Cyrozap's Tech Projects
HTTP Strict Transport Security (HSTS) is a web security policy that helps protect websites against man-in-the-middle attacks and more.| Nikki Halliwell
Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. Squid can be configured to make SSL/TLS inspection (aka HTTPS interception) so the proxy can decrypt proxied traffic (Squid calls this feature ssl bump). Afaik the Squid package included in the Linux distros is not compiled with SSL/TLS inspection support but … Continue reading Configure Squid proxy for SSL/TLS inspection (HTTPS interception)→| Scubarda
Summary of changes in the Alexa Top 1M since February of 2018|
Continual improvement in the Alexa Top 1 Million sites|
Just how bad is security in the top one million sites? Better!|
Just how bad is security in the top one million sites? Better!|
Just how bad is security in the top one million sites? Very bad.| grayduck.mn
HTTP Strict Transport Security (HSTS [https://scotthel.me/d8j3]) is a policy mechanism that allows a web server to enforce the use of TLS [https://scotthel.me/s8d7]in a compliant User Agent (UA), such as a web browser. HSTS allows for a more effective implementation of TLS by ensuring| Scott Helme