mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-03 23:39:45 +01:00
enabling sockets for client testing per default #375
This commit is contained in:
parent
1e9863823c
commit
32f249b0c2
@ -2009,7 +2009,7 @@ run_client_simulation() {
|
||||
local name tls proto cipher
|
||||
local using_sockets=true
|
||||
|
||||
if $SSL_NATIVE || [[ -n "$STARTTLS" ]] || ! $EXPERIMENTAL; then
|
||||
if $SSL_NATIVE || [[ -n "$STARTTLS" ]]; then
|
||||
using_sockets=false
|
||||
fi
|
||||
|
||||
@ -8148,4 +8148,4 @@ fi
|
||||
exit $?
|
||||
|
||||
|
||||
# $Id: testssl.sh,v 1.510 2016/07/01 10:03:44 dirkw Exp $
|
||||
# $Id: testssl.sh,v 1.511 2016/07/01 16:26:03 dirkw Exp $
|
||||
|
Loading…
Reference in New Issue
Block a user