- after the latest update to 7.0.5 i’ve received errors when creating SSL from Let’s Encrypt in php projects:
- cannot import name ‘_ED25519_KEY_SIZE’ from ‘cryptography.hazmat.primitives.asymmetric.ed25519’ (/www/server/panel/pyenv/lib/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/ed25519.py)
Solutions:
- Try restarting aaPanel and check.
- If it does not work, use the ssh tool to execute the following command:
btpip install -I cryptography==40.0.2 bt restart
It works like charm!
That’s All!.