
Newest 'stunnel' Questions - Server Fault
Oct 26, 2024 · Stunnel is a small tool that can wrap the connection of other protocols with SSL/TLS.
Stunnel won't work with SSLv3 from some hosts - Server Fault
I'm trying to set up Stunnel to server as SSL cache. Everything was smooth, and mostly it works as designed. Then I encountered errors in log files: SSL_accept: 1408F10B: …
stunnel: ssl3_get_record error when using TLS 1.2 - Server Fault
I'm trying to use stunnel to be able to use HTTPS (port 443) on my localhost for a development web server running locally on port 8000. It starts and accepts connections, but every time I …
How to log/see the traffic going through stunnel before/after ...
Sep 24, 2015 · So I am using stunnel to talk to a SSL server. I would like to see the messages I am sending before they get encrypted and more importantly the messages I am receiving after …
reverse ssh tunnel over stunnel (or just reverse back down the …
Sep 18, 2014 · This is fine and great, however, I need to be able to ssh from the server down to the client via the established stunnel. Questions: Can I just ssh directly from the server over …
stunnel won't verify client certificate as expected
Jun 8, 2016 · cert = CERT_FILE certificate chain file name The parameter specifies the file containing certificates used by stunnel to authenticate itself against the remote client or server. …
How do I get a "valid SSL public certificate" from Windows …
Aug 15, 2018 · In these directions for configuring Stunnel on Windows the following text appears : Copy a valid SSL public certificate to the directory "C:\Program Files (x86)\stunnel." To make …
Error Web Service Stunnel - Server Fault
Oct 29, 2019 · In Stunnel,I have this configuration: [ws] client = yes accept = 127.0.0.1:80 connect = webservice.it:443 I make a http request to 127.0.0.1:80 and I want that stunnel redirect to …
security - stunnel - certificate verification - Server Fault
Sep 16, 2017 · verify = 2 at stunnel config should compare CA of the client to the ones it trusts ; stunnel has CAfile set to CA, which signed both server key and client key; stunnel says it is …
linux - STunnel Not Reading Configuration File - Server Fault
Sep 5, 2012 · The default for "stunnel" is to softlink it to stunnel3: root@sibelius:/usr/bin# ls -l stunnel* lrwxrwxrwx 1 root root 8 Oct 18 2011 stunnel -> stunnel3 -rwxr-xr-x 1 root root 2797 …