From charlesreid1

No edit summary
No edit summary
Line 28: Line 28:
{{SSHFlag}}
{{SSHFlag}}


[[Categoroy:Stunnel.conf]]
[[Category:Stunnel.conf]]

Revision as of 05:16, 5 April 2017

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