From charlesreid1

Revision as of 05:15, 5 April 2017 by Admin (talk | contribs)

Debugging stunnel is a lot easier if you can run stunnel in the foreground in one window, and monitor its output activity while you try and connect. This is true of monitoring stunnel on both the client side and the server side.

Just add these two lines to your stunnel.conf:

debug = 7
foreground = yes

Now, when you run the stunnel command, the output will be shown directly on the screen, and you'll be able to monitor what's happening with stunnel when you try and connect.

For example stunnel.conf files, see the following links:

There are also some wiki files with config files:


Flags








Categoroy:Stunnel.conf