Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

firepower-cli not compatible with latest version of required python3 libraries #23

Open
dev-sec7 opened this issue Apr 18, 2024 · 0 comments

Comments

@dev-sec7
Copy link

Issue
When istalling fp-05-firepower-cli on latest version of Ubuntu 22.04 Server encore.sh no longer works. The code is no longer compatable with pkcs12 due to changes in newer versions of the pyOpenSSL and cryptography python modules.

Ubuntu 22.04 - pyOpenSSL version >= 24.1.0

https://pypi.org/project/pyOpenSSL/

24.1.0 (2024-03-09)
Backward-incompatible changes:
Removed the deprecated OpenSSL.crypto.PKCS12 and OpenSSL.crypto.NetscapeSPKI. OpenSSL.crypto.PKCS12 may be replaced by the PKCS#12 APIs in the cryptography package.

Workaround
pip3 uninstall pyopenssl
pip3 install --force-reinstall -v "pyOpenSSL==19.0.0"
pip3 uninstall cryptography
pip3 install --force-reinstall -v "cryptography==2.8"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant