In rabbitmq_binding.py the SSL parameters ca_cert, client_cert, client_key were only passed to requests for post requests. This change updates the DELETE and GET requests to include these parameters as well.