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

Added https support #43

Closed mattwilliamson closed 8 years ago

mattwilliamson commented 9 years ago

Refer to https://github.com/bkjones/pyrabbit/issues/36. So we can have support for HTTPS until the requests module is implemented.

mattwilliamson commented 9 years ago

I've tested it and it looks good.