SSLScan determines what ciphers are supported on SSL-based services, such as HTTPS. The output will include the certificate and the prefered ciphers of the SSL service in plaintext or XML.
SSLScan determines what ciphers are supported on SSL-based services, such as HTTPS. The output will include the certificate and the prefered ciphers of the SSL service in plaintext or XML.
To install sslscan, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install sslscan
To see what files were installed by sslscan, run:
port contents sslscan
To later upgrade sslscan, run:
sudo port selfupdate && sudo port upgrade sslscan
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.