81 posts in category technical

Blog post cover image

Mail setup for deSEC

This page describe the cli mail setup for deSEC

Mail setup for deSEC
Sequence diagram: tls-proxy-tunnel relaying an HTTP CONNECT through an upstream proxy to open a tunnel, after which the client completes a TLS handshake directly with the destination server

tls-proxy-tunnel: Transparent TLS Tunnelling Through Corporate HTTP Proxies

How tls-proxy-tunnel (tpt) uses SNI peeking to tunnel TLS connections through corporate HTTP CONNECT proxies without ever terminating TLS — layer 4, zero config on the client side.

tls-proxy-tunnel: Transparent TLS Tunnelling Through Corporate HTTP Proxies
Blog post cover image

Building a native file upload handler for Caddy v2

How I built caddyv2-upload, a native file upload handler for Caddy v2 written in Go — the problem it solves, and how it works.

Building a native file upload handler for Caddy v2
Diagram: HAProxy routing TCP connections from client devices based on TLS SNI to different backends, rejecting non-TLS connections

How does SNI Routing work in HAProxy

Learn how HAProxy container uses TLS Server Name Indication (SNI) to route encrypted TCP connections without decrypting them — enabling multiple services like Nextcloud and XMPP to share port 443.

How does SNI Routing work in HAProxy
Blog post cover image

Some Tips and Tricks for OCP (openshift)

Some Tips and Tricks for openshift and kubernetes

Some Tips and Tricks for OCP (openshift)
Blog post cover image

Some Tips and Tricks for etcd

You will find here some all day work tips for etcd…
Some Tips and Tricks for etcd
Diagram: OpenShift Route and Router directing client requests to a specific pod via a session cookie for sticky sessions, bypassing the Service

Session stickiness in OpenShift

How OpenShift and Kubernetes handle session stickiness via HAProxy cookie-based routing.

Session stickiness in OpenShift
Blog post cover image

Some Tips and Tricks for nginx

You will find here some all day work tips for nginx…
Some Tips and Tricks for nginx
Blog post cover image

Some Tips and Tricks for ansible

You will find here some all day work tips for ansible…
Some Tips and Tricks for ansible
Blog post cover image

curl:// for Network Debugging — curlup 2017

Talk from curlup 2017: how to use curl as a network debugger — telnet replacement, --resolve for SNI debugging, and why -v and -k are essential options.

curl:// for Network Debugging — curlup 2017