From 4b3779f9df208659e4d0765983b74751494f766d Mon Sep 17 00:00:00 2001 From: zleyyij Date: Sun, 19 May 2024 09:50:53 -0600 Subject: [PATCH] vault backup: 2024-05-19 09:50:53 --- IT/Making nginx forward VPN and https traffic on tcp 443.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/IT/Making nginx forward VPN and https traffic on tcp 443.md b/IT/Making nginx forward VPN and https traffic on tcp 443.md index 0030f01..251604d 100644 --- a/IT/Making nginx forward VPN and https traffic on tcp 443.md +++ b/IT/Making nginx forward VPN and https traffic on tcp 443.md @@ -1,7 +1,9 @@ This file documents my troubleshooting methodology for configuring nginx to reverse proxy https traffic, and reverse proxy non https traffic on tcp/443. ## Context -I have an OpenVPN server set up on a Raspberry Pi (`192.168.0.2`) listening on TCP/443 so that it's able to function on most networks. There are enough clients configured that I do not want to remake the server. +I have an OpenVPN server set up on a Raspberry Pi (`192.168.0.2`) listening on TCP/443 so that it's able to function on most networks. There are enough clients configured that I do not want to remake the server, then update config files for all the clients, and so on. + +I have a Debian VM running on `192.168.0.6` that runs an "nginx hub" that i'd like to proxy all web-ish traffic out of I would like to serve https traffic from a server (`192.168.0.6`)