File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5186,7 +5186,7 @@ run_protocols() {
51865186 add_tls_offered tls1_1 no
51875187 if [[ -z $latest_supported ]]; then
51885188 outln
5189- fileout "$jsonID" "INFO" "is not offered" # neither good or bad
5189+ fileout "$jsonID" "INFO" "not offered" # neither good or bad
51905190 else
51915191 prln_svrty_critical " -- connection failed rather than downgrading to $latest_supported_string"
51925192 fileout "$jsonID" "CRITICAL" "connection failed rather than downgrading to $latest_supported_string"
@@ -5222,7 +5222,7 @@ run_protocols() {
52225222 fileout "$jsonID" "WARN" "TLS downgraded to STARTTLS plaintext"
52235223 ;;
52245224 4) out "likely not offered, "
5225- fileout "$jsonID" "INFO" "is not offered"
5225+ fileout "$jsonID" "INFO" "not offered"
52265226 add_tls_offered tls1_1 no
52275227 pr_warning "received 4xx/5xx after STARTTLS handshake"; outln "$debug_recomm"
52285228 fileout "$jsonID" "WARN" "received 4xx/5xx after STARTTLS handshake${debug_recomm}"
You can’t perform that action at this time.
0 commit comments