Force TLSv1.2 so we get a TLS handshake
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
a528da29d8
commit
08d4e3f7b0
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ pid=$TMPFILE.pid
|
|||
[${host}_${port}]
|
||||
accept=${lport}
|
||||
connect=${host}:${port}
|
||||
sslVersion = TLSv1.2
|
||||
" > $TMPFILE
|
||||
|
||||
$STUNNEL_EXEC $TMPFILE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue