Is there a clear definition of what stunnel defines as the accept, local, and remote sockets below?
socket = a|l|r:OPTION=VALUE[:VALUE] Set an option on accept/local/remote socket
From: http://www.stunnel.org/static/stunnel.html
It seems to me that the accept and local socket would be the same thing.
Thanks,
Dave
On Fri, 2015-03-20 12:08:04 -0500, David Wittman wrote:
Is there a clear definition of what stunnel defines as the accept, local, and remote sockets below?
socket = a|l|r:OPTION=VALUE[:VALUE] Set an option on accept/local/remote socket
From: http://www.stunnel.org/static/stunnel.html
It seems to me that the accept and local socket would be the same thing.
David,
I think the "accept sockets" are the ones you pass to listen(), the "local sockets" are the ones you get from accept() and the "remote sockets" are the ones you pass to connect().
That is, the "accept sockets" are to wait for connections. The "local sockets" carry encrypted data in server mode and plain data in client mode, and the "remote sockets" carry plain data in server mode and encrypted data in client mode.
HTH,
Ludolf
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Ludolf Holzheid wrote:
That is, the "accept sockets" are to wait for connections. The "local sockets" carry encrypted data in server mode and plain data in client mode, and the "remote sockets" carry plain data in server mode and encrypted data in client mode.
This is correct.
Mike
That clears it up... thank you both!
Dave
On Fri, Mar 20, 2015 at 4:54 PM, Michal Trojnara Michal.Trojnara@mirt.net wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Ludolf Holzheid wrote:
That is, the "accept sockets" are to wait for connections. The "local sockets" carry encrypted data in server mode and plain data in client mode, and the "remote sockets" carry plain data in server mode and encrypted data in client mode.
This is correct.
Mike -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
iQIcBAEBAgAGBQJVDJcbAAoJEC78f/DUFuAUucgQAIfn+8i8blSAl8gaziIoQumt TFbhzTb105MuRISyhAFb4paZ3lSmwoWBTxlCZJ397zMqb30GK/RItBKjzpY5kbq8 +12ddhrNtFYM1gyIU3UE6Y0u9UEEfxQg+4xUuWdJ+YBFZZRKSi4QfCSbo0fsetVO Zz6EVwozfbTmtfICxooG/YKOndUl9wRFBIDEN16OkpHWs5XbCmVQjHkW70ZIN6eB EzoIhMqaHXshlkLGjH9hmLrwvKmh59WFFsu1huZNmG2jEp+eB30p3k4FPd0KIZ4A bgtp554mnquwVOqi3pr7MujoWkOu7jJkLfSgUWWOAeSnNOaRBMlibBD9DWLCq0ep yOPHFKxvJLBXR9JvXl00n3CyLluZeezqKTIinziZFOS4yKbk0qjCvQNuKI6TdS38 +9WShchBhenXYvFJy+XcFvfWLTBJRuqgPZtC6ddhoIL5qWtpo42Pq/3oE8KiskB6 C8BfCaWOwS7whQFKNxeURVSUzNtNuwW4g6kmnP3zr5cybCRoDL2jl1qD8fJXXEZZ Sv4AJWBTbRleBa7PWYDucNhj3xghv1DdIx+BDhPsx4ma7Df336+G4GPAXIBkYs/M EUuNKnd/+xbLAG523kfOV29DehCeP5H6I+N8vKVkitMPZstEJzIEUOdfqWtEZ66N wPg1LwmWH1dhhf073VvH =tMsQ -----END PGP SIGNATURE----- _______________________________________________ stunnel-users mailing list stunnel-users@stunnel.org https://www.stunnel.org/cgi-bin/mailman/listinfo/stunnel-users