jasonrbriggs / stomp.py

“stomp.py” is a Python client library for accessing messaging servers (such as ActiveMQ or RabbitMQ) using the STOMP protocol (versions 1.0, 1.1 and 1.2). It can also be run as a standalone, command-line client for testing.
Apache License 2.0
491 stars 167 forks source link

SSL PROTOCOL_TLS Deprecated #408

Closed pintert3 closed 8 months ago

pintert3 commented 1 year ago

Getting this error every time I run the client.

lib/python3.10/site-packages/stomp/transport.py:761: DeprecationWarning: ssl.PROTOCOL_TLS is deprecated
    tls_context = ssl.SSLContext(DEFAULT_SSL_VERSION)

Some research online says OpenSSL deprecated all version protocols.

jasonrbriggs commented 8 months ago

Resolved in the latest version.