testssl.sh is a free command line tool which checks a server's service on any port for the support of TLS/SSL ciphers, protocols as well as some cryptographic flaws.
testssl.sh is a free command line tool which checks a server's service on any port for the support of TLS/SSL ciphers, protocols as well as some cryptographic flaws.
To install testssl, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install testssl
To see what files were installed by testssl, run:
port contents testssl
To later upgrade testssl, run:
sudo port selfupdate && sudo port upgrade testssl
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.