mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-03 23:39:45 +01:00
- switched on clientauth functionality (missed b4)
This commit is contained in:
parent
b9bfd48871
commit
8c0786d147
@ -4531,12 +4531,6 @@ determine_optimal_proto() {
|
||||
[[ $? -ne 0 ]] && exit -2
|
||||
fi
|
||||
|
||||
if $CLIENT_AUTH; then
|
||||
outln
|
||||
tmpfile_handle $FUNCNAME.txt
|
||||
fatal "$NODEIP:$PORT seems to require a certificate. It's not yet supported" -3
|
||||
fi
|
||||
|
||||
tmpfile_handle $FUNCNAME.txt
|
||||
return 0
|
||||
}
|
||||
@ -5205,4 +5199,4 @@ fi
|
||||
exit $?
|
||||
|
||||
|
||||
# $Id: testssl.sh,v 1.404 2015/10/11 21:04:14 dirkw Exp $
|
||||
# $Id: testssl.sh,v 1.405 2015/10/11 21:23:34 dirkw Exp $
|
||||
|
Loading…
Reference in New Issue
Block a user