change wording and color for not valid SSLv2 server hello

This commit is contained in:
Dirk 2017-11-28 10:03:49 +01:00
parent 20b38d5aa6
commit ece1d868c4
1 changed files with 3 additions and 2 deletions

View File

@ -4236,8 +4236,9 @@ run_protocols() {
fileout "sslv2" "WARN" "SSLv2: received a strange SSLv2 reply (rerun with DEBUG>=2)"
;;
8) # no correct server hello
outln "no proper SSLv2 server hello, can't tell"
fileout "sslv2" "INFO" "server sent no proper reply, unsure"
prln_cyan "no valid SSLv2 server hello"
fileout "sslv2" "WARN" "server sent no valid reply"
add_tls_offered ssl2 no
;;
1) # no sslv2 server hello returned, like in openlitespeed which returns HTTP!
prln_done_best "not offered (OK)"