-
Recent Posts
Archives
- September 2021
- May 2019
- January 2019
- November 2017
- July 2017
- March 2017
- August 2016
- May 2015
- January 2015
- October 2014
- June 2014
- December 2013
- September 2013
- August 2013
- July 2013
- May 2013
- March 2013
- February 2013
- January 2013
- October 2012
- August 2012
- June 2012
- February 2012
- January 2011
- October 2010
- December 2009
- July 2009
- January 2009
- October 2008
Me on Twitter
- RT @jedisct1: Counting unique visitors without using cookies, UIDs or fingerprinting. notes.normally.com/cookieless-uni… 2 months ago
- IPv4 price forecasts for 2022-2023 lassekarstensen.wordpress.com/2021/09/08/ipv… 1 year ago
- RT @cryptopathe: GPRS (2G & 3G data) encryption schemes GEA-1 and GEA-2 have a security of 2^40 (due to a backdoor) and 2^45 (apparently un… 1 year ago
- RT @bcrypt: merry xss-mas! here’s one from chessbase.com that was fixed recently. send <script>if ($('.cbChatUserName')[0].innerT… 2 years ago
- RT @pancak3lullz: #BMW customer data up for sale @BMW @BMWUSA https://t.co/EJJQjhegQZ 2 years ago
- RT @haveibeenpwned: New breach: Foodora had 583k unique customers exposed in 2016. Data included names, delivery addresses, phone numbers a… 2 years ago
Category Archives: varnish
Garmin GND10 unveiled (it is Nexus FDX!)
Mother of all detours; the USB port on the Garmin GND10 isn’t NMEA2000, it is something called Nexus FDX. That took a couple of weeks to figure out, hunting for NMEA2000 protocol headers. Always check your assumptions. Anyway, I’ve written … Continue reading
Introducing hitch – a scalable TLS terminating proxy.
The last couple of weeks we’ve been pretty busy making SSL/TLS support for Varnish Cache Plus 4. Now that the news is out, I can follow up with some notes here. The setup will be a TLS terminating proxy in … Continue reading
PROXY protocol in Varnish
Dag has been working implementing support for HAProxy’s PROXY protocol[1] in Varnish. This is a protocol adds a small header on each incoming TCP connection that describes who the real client is, added by (for example) an SSL terminating process. … Continue reading
Announcing libvmod-tcp: Adjust Varnish congestion control algorithm.
I’ve uploaded my new TCP VMOD for Varnish 4 to github, you can find it here: http://github.com/lkarsten/libvmod-tcp. This VMOD allows you to get the estimated client socket round trip time, and then let you change the TCP connection’s congestion control … Continue reading