bkjones / pyrabbit

A Python module to communicate w/ the RabbitMQ HTTP Management API
http://pyrabbit.readthedocs.org
BSD 3-Clause "New" or "Revised" License
97 stars 86 forks source link

Unable to access RabbitMQ server over HTTPS connection #36

Closed dylanlingelbach closed 8 years ago

dylanlingelbach commented 9 years ago

We host our RabbitMQ server on the internet and access it via HTTPS. Currently pyrabbit can only access the RabbitMQ management API over HTTP.

mattwilliamson commented 9 years ago

For now could you just allow https:// to be passed into the http client?