OpenSSL
Hi! I'm updating the Python version to 3.10 of the project I'm working on and I have this issue when trying to import the library. Is there any workaround? Should I install PyOpenSSL?
You actually don't need pyOpenSSL in AsyncSSH unless you want support for X.509 certificates. However, if you have it installed, it needs to be at least version 17.0.0. Do you know which version of it you currently have installed?
If your pyOpenSSL is older, you can either uninstall it or upgrade to the latest version and that'll probably fix the problem. I'm currently running version 23.0.0 here, which is working fine. It looks like the latest is 23.3.0.
Closing due to inactivity. Feel free to reopen this or open a new issue if you need anything else.