From 5c7212abd9876cd73dab4a961c00555c689c653b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=A4der?= Date: Tue, 20 Apr 2021 09:29:22 +0200 Subject: [PATCH] Updated TLS (markdown) --- TLS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TLS.md b/TLS.md index 93f709c..3589b32 100644 --- a/TLS.md +++ b/TLS.md @@ -93,3 +93,8 @@ services: ``` ## About _hitch_ + +Originally, [hitch](https://hitch-tls.org/) was suggested to use as a TLS proxy. + +[We later learned](https://github.com/netbox-community/netbox-docker/discussions/490) that _hitch_ is protocol agnostic, so it does not know about HTTP. +In other words, it did not set `X-Forwarded-Proto` or `X-Forwarded-For` headers on requests sent to NetBox, thous it would respond to API requests to `https://` with references to `http://`. \ No newline at end of file