sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit bb5ace5ed87cf89ed81409654a44124e01f83ff6
parent eda0f45f620f1b30d8127ecbd39523a34bd98c2e
Author: Laslo Hunhold <dev@frign.de>
Date:   Fri, 24 Jan 2020 09:00:57 +0100

Add note about TLS-support in quark

Signed-off-by: Laslo Hunhold <dev@frign.de>

Diffstat:
Mtools.suckless.org/quark/index.md | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/tools.suckless.org/quark/index.md b/tools.suckless.org/quark/index.md @@ -45,6 +45,15 @@ manner. In case there is an attack on this infrastructure and the attacker manages to DoS the form handler, the serving of content is still unaffected. +TLS-support +----------- +quark does not natively support TLS. A more suckless approach than to +implement TLS into it is to use a TLS reverse tunnel (e.g. [tlstunnel](https://github.com/hannesm/tlstunnel), +[hitch](https://hitch-tls.org/) or [stunnel](https://www.stunnel.org/)). +A TLS-tunnel accepts encrypted TLS connections and forwards them as unencrypted +TLS to a server. In this case, one can run stunnel on an intended IP +address and forward the requests to a local port or UNIX-domain socket. + Solutions --------- * [saait](https://git.codemadness.org/saait/file/README.html) site generator