Scodi SSL Labs Server is an analysis module of Scodi, which analyses URLs with Qualys SSL Labs server.
Read more about the purpose, design and general installation of Scodi.
-
Install the package
npm install @scodi/ssllabs-server
If you are using Yarn, npm < 7 or PNPM < 8, you also have to install Scodi CLI (which is automatically installed in more recent versions of these packages managers):
npm install @scodi/cli
-
Start an analysis
npx scodi ssllabs-server --config '{"host":"ipcc.ch"}'OR
npx scodi ssllabs-server --config config.json
The analysis configuration follows the JSON format and the Invoke assessment and check progress API documentation.
If you're using Github, you can simplify the integration of Scodi in your CI scripts by using the Github Action.