<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Docker on Volodymyr's Blog</title><link>https://vzav.eu/tags/docker/</link><description>Recent content in Docker on Volodymyr's Blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Tue, 09 Jun 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://vzav.eu/tags/docker/index.xml" rel="self" type="application/rss+xml"/><item><title>Mutual TLS: What It Actually Proves</title><link>https://vzav.eu/posts/networking/mtls/</link><pubDate>Tue, 09 Jun 2026 00:00:00 +0000</pubDate><guid>https://vzav.eu/posts/networking/mtls/</guid><description>&lt;p&gt;Every HTTPS connection you make proves something: that the server is who it claims to be. Almost none of them prove the reverse. The server has no idea who you are until you send it a password, a token, or a cookie — a secret that has to be created, stored, transmitted and rotated, and that anyone who steals it can replay.&lt;/p&gt;
&lt;p&gt;Mutual TLS moves that proof into the connection itself. Both sides present a certificate, both sides verify the other, and the caller&amp;rsquo;s identity is established before a single byte of your application protocol is exchanged.&lt;/p&gt;</description></item></channel></rss>