graypy
graypy copied to clipboard
Added SSL/TLS support to GELFRabbitHandler
Noticed that there was no support for shipping to a RabbitMQ server that only had encrypted connections. These changes enable connections to TLS-enabled servers, however it doesn't support client certificates as this would require upstream modifications to amqplib.
@nklapste this PR looks pretty harmless, do you we should merge it?