mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-06 00:39:44 +01:00
wording client simulation
This commit is contained in:
parent
3e69304e6d
commit
d3c3d65e1f
@ -3654,7 +3654,7 @@ run_client_simulation() {
|
|||||||
if [[ -n "$STARTTLS_PROTOCOL" ]]; then
|
if [[ -n "$STARTTLS_PROTOCOL" ]]; then
|
||||||
client_service=$(toupper "${STARTTLS_PROTOCOL%s}") # strip trailing 's' in ftp(s), smtp(s), pop3(s), etc
|
client_service=$(toupper "${STARTTLS_PROTOCOL%s}") # strip trailing 's' in ftp(s), smtp(s), pop3(s), etc
|
||||||
else
|
else
|
||||||
outln "Could not determine which protocol was started, only simulating generic clients."
|
outln "Could not determine the protocol, only simulating generic clients."
|
||||||
client_service="undetermined"
|
client_service="undetermined"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user