TLS Debugging Nightmare With Macos and Nginx

I have a server running Nginx for years 1, and it just work super nice. On thing that I do is watching video with VLC, streaming the video from the server. It worked well on Linux and Windows but not on MacOS. But Why ? The server was TLS 1.3 only. I’m the only one using it so it has a very narrowed cipher suite and just TLSv1.3. It’s working on every OS. Except MacOS. Because VLC uses the “SecureTransport API from MacOS, and it doesn’t support TLS 1.3. ...

May 15, 2022 · 2 min · 258 words · Rémi Desgrange