mark2devel / mark2

Minecraft Multi Server Wrapper Written in Python with Twisted; Pull Requests HIGHLY Encouraged, Collaborators Needed Discord: https://discord.gg/zymJygHNpv
Other
208 stars 44 forks source link

AttributeError: module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK' #174

Closed Column01 closed 6 months ago

Column01 commented 6 months ago

Info

This issue seems to be caused by an outdated version of pyopenssl in mark2, the versions of various modules should be bumped to fix this.

Temporary fix for apt users

python3 -m pip install pip --upgrade
pip3 install pyopenssl --upgrade