-
Notifications
You must be signed in to change notification settings - Fork 479
Description
Hello,
sorry if I am doing anything wrong...
I use sslyze 5.0.5 on Windows with a small batch job:
.\sslyze.exe --regular --certinfo_ca_file=.\pem_files\myca.pem myserver.mydomain.com
in the past this did a scan on my server and presented me the complete output. This is no longer working as --regular is not recognized.
Now I can do ".\sslyze.exe myserver.mydomein.com" and get the result, but then my internal CA is not included in the check.
When I try ".\sslyze.exe --certinfo_ca_file=.\pem_files\myca.pem --certinfo myserver.mydomain.com" the cert is validated against my CA, but all the additional information about TLS versions and vulnerabilities is missing.
I also checked the options and did not find anything that does what --regular did. Was this removed by accident? Because an option that tests for everything would be nice.