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

pyOpenSSL 20 incompatibility #47

Open
qsuscs opened this issue May 3, 2021 · 2 comments
Open

pyOpenSSL 20 incompatibility #47

qsuscs opened this issue May 3, 2021 · 2 comments

Comments

@qsuscs
Copy link

qsuscs commented May 3, 2021

Hi,

the latest release explicitly blocks pyOpenSSL >= 20 due to incompatibilities. After a glance at its changelog and acmebot’s usage of its API, I fail to see the incompatibilities.
Could you please point out said incompatibilities, and if there are none remove this constraint, or else consider this a bug to update the API usage?

Thanks.

@hyacin75
Copy link

Yeah I've got weird cryptography failures on Alpine 3.15 that are either going to have me going WAY back to cryptography 3.2 or upgrading pyOpenSSL, and acmebot doesn't like pyOpenSSL :-( ... not a problem I was hoping to run into right at the outset of a large weekend project :'(

@hyacin75
Copy link

I just did pip install --upgrade cryptography pyOpenSSL and then edited the requirements.txt to remove the <20 on pyOpenSSL and it's all running quite happily now

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

2 participants