Flags
-h, –help Displays this help screen and exits.
-v, –version Displays the version number and exits.
-d, –debug Displays logs as they occur to stdout, still logs to log file.
-r, –retcode If not supported in any protocol checked, or error occurs, retcode 1 is returned. (For automation purposes)
–tlsall
–tls10
–tls11
–tls12
–tls13
Example Usage
tlsstab –tlsall https://example.com
Notes
Default behavior is to check all TLS versions.
Selecting a behavior flag overrides this behavior and only runs the versions explicitly called.
HTTP/HTTPS is removed from the URL specified and re-added for the secure/insecure options.