Hi, I am on Debian - when I run "sudo stunnel stunnel.conf" I get the following output:
[ ] Clients allowed=500
[.] stunnel 5.56 on x86_64-pc-linux-gnu platform
[.] Compiled with OpenSSL 1.1.1k 25 Mar 2021
[.] Running with OpenSSL 1.1.1n 15 Mar 2022
[.] Threading:PTHREAD Sockets:POLL,IPv6,SYSTEMD TLS:ENGINE,FIPS,OCSP,PSK,SNI Auth:LIBWRAP
[ ] errno: (*__errno_location ())
[.] Reading configuration from file /etc/stunnel/stunnel.conf
[.] UTF-8 byte order mark not detected
[.] FIPS mode disabled
[ ] Compression disabled
[ ] No PRNG seeding was required
[!] /etc/stunnel/stunnel.conf:24: "output = /tmp/stunnel.log": Specified option name is not valid here
[ ] Deallocating section defaults
When I run "sudo netstat -tulnp | grep -i stunnel" I also get no output - which means that stunnel is not starting up?