Installing SSLyze

Ideally SSLyze should install without much issues.

Command:
pip3 install sslyze

If you get errors regarding cryptography or some certificate errors, try the following
Error: fatal error: openssl/opensslv.h: No such file or directory

pip3 uninstall sslyze
pip3 uninstall cyptography

sudo apt-get update && sudo apt-get install libssl-dev

pip3 install sslyze


Now sslyze commands should work fine if the errors were the ones above.

~Sujith Emmanuel

Comments

Popular posts from this blog

How to add a disk to LVM

How to configure proxy for common linux apps

How to migrate MediaWiki?