Updated TLS (markdown)

Christian Mäder 2021-04-20 09:29:22 +02:00
parent 2438b010cf
commit 5c7212abd9

5
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://`.