I am running AIL framework behind a TLS-terminating proxy that is integrated with letsencrypt for automatically renewed certificates. I do not need it to provide its certificates. (It's actually the tailscale serve proxy a very nice feature!)
I tried looking at the configuration to make this happen but it doesn't seem supported. In the end, this did it:
I am running AIL framework behind a TLS-terminating proxy that is integrated with letsencrypt for automatically renewed certificates. I do not need it to provide its certificates. (It's actually the
tailscale serve
proxy a very nice feature!)I tried looking at the configuration to make this happen but it doesn't seem supported. In the end, this did it:
Are you interested in getting a patch that would add a
[Flask].https
parameter tocore.cfg
that would add the context (default) or not?