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 library not found #429

Open RobertoTorta97 opened 6 months ago

RobertoTorta97 commented 6 months ago

Hello, I have some problem with the method set_ssl.

File "/opt/rh/rh-python38/root/usr/local/lib/python3.8/site-packages/stomp/connect.py", line 68, in set_ssl
    self.transport.set_ssl(*args, **kwargs)
  File "/opt/rh/rh-python38/root/usr/local/lib/python3.8/site-packages/stomp/transport.py", line 859, in set_ssl
    raise Exception("SSL connection requested, but SSL library not found")

I use python 3.8.6, stomp.py 8.0.1 and 1.0.2k of openssl-libs