Loading...
Loading...

Writing about software design, problem-solving solutions, building companies, and historical curiosities.

All of my long-form thoughts on programming, leadership, product design, historical curiosities and some interesting things that happened to me that I thought would be cool to turn into posts here on my portfolio.

How to Fix TLS 1.3 Issues on Outdated Windows 2012 R2 Servers Using an NGINX Reverse Proxy

Learn how to implement a temporary workaround for TLS 1.3 connectivity issues on outdated Windows 2012 R2 servers, avoiding the need for immediate infrastructure upgrades. In this article, I explain how to set up a reverse proxy with NGINX to enable secure communication with APIs requiring the latest protocol, ensuring network reliability and scalability without major changes.

Do you know YARP?

Discover how YARP, Microsoft's new reverse proxy technology, can simplify routing, load balancing, and security in your .NET applications, all in an easy and powerful way!

Configuring Nginx as a Reverse Proxy: Quick Guide for Developers

Discover how to implement a temporary solution for connectivity issues with TLS 1.3 servers on Windows 2012 R2 servers, avoiding the need for immediate infrastructure upgrades. In this article, I show how to set up a reverse proxy using NGINX to enable secure communication with APIs that require the latest protocol, maintaining network reliability and scalability without major changes.