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

Disable hostname verification while providing the cacerts #398

Open NisalaNiroshana opened 2 years ago

NisalaNiroshana commented 2 years ago

Hi,

Is there any way to disable hostname verification only while providing the certs as cacerts ?

Thanks, Nisala