You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did you check the documentation in ~/doc/ or, if it is a different problem: Did you google for it?
Yes
uname -a
Linux w1sp3r 5.6.0-kali1-amd64 Heartbleed for STARTTLS #1 SMP Debian 5.6.7-1kali1 (2020-05-12) x86_64 GNU/Linux
testssl version from the banner: testssl.sh -b 2>/dev/null | head -4 | tail -2
testssl.sh 3.1dev from https://testssl.sh/dev/
(41ac04e 2020-07-10 19:56:53 -- )
git log | head -1 (if running from git repo)
N/A
openssl version used by testssl.sh: testssl.sh -b 2>/dev/null | awk -F':' '/openssl/ { print $2}'
/bin/openssl.Linux.x86_64
steps to reproduce: testssl.sh or docker command line, if possible incl. host
Output using -oJ, --jsonfile, --jsonfile-pretty & -oj command, for .json output, are missing the full 'Rating' output.
Only data received in json is below;
"rating" : [
{
"id" : "rating_spec",
"severity" : "INFO",
"finding" : "SSL Labs's 'SSL Server Rating Guide' (version 2009q from 2020-01-30)"
},{
"id" : "grade",
"severity" : "OK",
"finding" : "A"
},{
"id" : "grade_cap_reason_1",
"severity" : "INFO",
"finding" : "Grade capped to A. HSTS is not offered"
}
]
what exactly was happening, output is needed
Full output of 'Rating' is included in the below .html output;
Rating specs (not complete) SSL Labs's 'SSL Server Rating Guide' (version 2009q from 2020-01-30)
Specification documentation https://github.com/ssllabs/research/wiki/SSL-Server-Rating-Guide
Protocol Support (weighted) 100 (30)
Key Exchange (weighted) 90 (27)
Cipher Strength (weighted) 90 (36)
Final Score 93
Overall Grade A
Grade cap reasons Grade capped to A. HSTS is not offered
what did you expect instead?
The below data is missing from the .json output, but is included in the .html output;
Did you check the documentation in ~/doc/ or, if it is a different problem: Did you google for it?
Yes
uname -a
Linux w1sp3r 5.6.0-kali1-amd64 Heartbleed for STARTTLS #1 SMP Debian 5.6.7-1kali1 (2020-05-12) x86_64 GNU/Linux
testssl version from the banner: testssl.sh -b 2>/dev/null | head -4 | tail -2
testssl.sh 3.1dev from https://testssl.sh/dev/
(41ac04e 2020-07-10 19:56:53 -- )
git log | head -1 (if running from git repo)
N/A
openssl version used by testssl.sh: testssl.sh -b 2>/dev/null | awk -F':' '/openssl/ { print $2}'
/bin/openssl.Linux.x86_64
steps to reproduce: testssl.sh or docker command line, if possible incl. host
Output using -oJ, --jsonfile, --jsonfile-pretty & -oj command, for .json output, are missing the full 'Rating' output.
Only data received in json is below;
"rating" : [
{
"id" : "rating_spec",
"severity" : "INFO",
"finding" : "SSL Labs's 'SSL Server Rating Guide' (version 2009q from 2020-01-30)"
},{
"id" : "grade",
"severity" : "OK",
"finding" : "A"
},{
"id" : "grade_cap_reason_1",
"severity" : "INFO",
"finding" : "Grade capped to A. HSTS is not offered"
}
]
what exactly was happening, output is needed
Full output of 'Rating' is included in the below .html output;
Rating specs (not complete) SSL Labs's 'SSL Server Rating Guide' (version 2009q from 2020-01-30)
Specification documentation https://github.com/ssllabs/research/wiki/SSL-Server-Rating-Guide
Protocol Support (weighted) 100 (30)
Key Exchange (weighted) 90 (27)
Cipher Strength (weighted) 90 (36)
Final Score 93
Overall Grade A
Grade cap reasons Grade capped to A. HSTS is not offered
The below data is missing from the .json output, but is included in the .html output;
Specification documentation https://github.com/ssllabs/research/wiki/SSL-Server-Rating-Guide
Protocol Support (weighted) 100 (30)
Key Exchange (weighted) 90 (27)
Cipher Strength (weighted) 90 (36)
Final Score 93
The text was updated successfully, but these errors were encountered: