Coder Social home page Coder Social logo

Comments (7)

jertel avatar jertel commented on July 17, 2024 4

Some good news.. The pyca team released cryptography 37.0.1 which restored the symbol that this older PyOpenSSL package uses. They will be removing it again soon, so they still advise projects to upgrade to the latest PyOpenSSL lib. But for now we can continue using the Stomp 8.0.0 package.

from stomp.py.

johan-westin-private avatar johan-westin-private commented on July 17, 2024 3

My workaround is to pin cryptography==36.0.2

from stomp.py.

jasonrbriggs avatar jasonrbriggs commented on July 17, 2024 1

I've changed the code to use x509 from the cryptography module itself, and removed the dependency on PyOpenSSL. Added bonus... code is ever-so-slightly clean as well.

Version 8.0.1: https://pypi.org/project/stomp.py/8.0.1/

from stomp.py.

johan-westin-private avatar johan-westin-private commented on July 17, 2024 1

Great news, thank you very much!

from stomp.py.

johan-westin-private avatar johan-westin-private commented on July 17, 2024

OS: CentOS Linux release 7.9.2009
Linux kernel: 3.10.0-1160.24.1.el7.x86_64
OpenSSL: 1.1
Python: 3.7.2 (build with GCC 8.2.0)

from stomp.py.

jertel avatar jertel commented on July 17, 2024

On Feb 16, an issue was created, requesting to upgrade to PyOpenSSL 22.0: #371

Later that day this commit was pushed, effectively upgrading PyOpenSSL to 22.0: 000de5e

Based on that it appears the code base is ready to go, and now we're waiting for a new pip package release.

However, it might be better to remove the dependency on PyOpenSSL altogether, and switch stomp/transport.py:56 to use the cryptography package directly to load the certificate. PyOpenSSL is not recommended for use at this point.

from stomp.py.

eisraeli avatar eisraeli commented on July 17, 2024

I've encountered the same issue... Following...

../../../.local/share/virtualenvs/p/lib/python3.9/site-packages/stomp/init.py:13: in
import stomp.connect as connect
../../../.local/share/virtualenvs/p/lib/python3.9/site-packages/stomp/connect.py:9: in
from stomp.transport import *
../../../.local/share/virtualenvs/p/lib/python3.9/site-packages/stomp/transport.py:38: in
import OpenSSL
../../../.local/share/virtualenvs/p/lib/python3.9/site-packages/OpenSSL/init.py:8: in
from OpenSSL import crypto, SSL
../../../.local/share/virtualenvs/p/lib/python3.9/site-packages/OpenSSL/crypto.py:1556: in
class X509StoreFlags(object):
../../../.local/share/virtualenvs/p/lib/python3.9/site-packages/OpenSSL/crypto.py:1577: in X509StoreFlags
CB_ISSUER_CHECK = _lib.X509_V_FLAG_CB_ISSUER_CHECK
E AttributeError: module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK'

from stomp.py.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.