https://skarnet.org/software/s6-networking/s6-tlsserver.html
The example at the end
env KEYFILE=/etc/ssl/private/mykey.der CERTFILE=/etc/ssl/public/mycert.pem \
TLS_UID=65534 TLS_UID=65534 \
^^^^^^^
s6-envuidgid www \
s6-tlsserver -U -- 1.2.3.4 443 httpd
defines TLS_UID twice. The explanation suggests that you meant to define
TLS_UID and TLS_GID.
Cheers, Ben
--
I would rather have questions that cannot be answered, than answers that
cannot be questioned. -- Richard Feynman
Received on Sun Sep 24 2023 - 11:31:14 CEST