We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9edaa7 commit a1c67c0Copy full SHA for a1c67c0
testssl.sh
@@ -22912,7 +22912,7 @@ run_rating() {
22912
pr_headlineln " Rating (experimental) "
22913
outln
22914
22915
- [[ -n "$STARTTLS_PROTOCOL" ]] && set_grade_cap "T" "STARTTLS encryption is not mandatory for clients. STARTTLS can only be secured clientside"
+ [[ -n "$STARTTLS_PROTOCOL" ]] && set_grade_cap "T" "STARTTLS encryption is not mandatory for clients. STARTTLS can only be secured client-side"
22916
22917
# TL;DR: E-mail transfer via port 25 is broken and the amendments suggested so far are duct tape. So please do not expect testssl.sh to shut up.
22918
0 commit comments