ssh tunneling over SSL with stunnel, then you may find that you can't access your Debian box from another Debian box. I got the following error:SSL_accept: 1408F10B: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number
The fix (found on
serverfault.com) is to make sure you have the following in lines in /etc/stunnel/stunnel.conf:sslVersion = all options = NO_SSLv2
0 comments:
Post a Comment