severb / graypy

Python logging handler for Graylog that sends messages in GELF (Graylog Extended Log Format).
https://www.graylog.org/
BSD 3-Clause "New" or "Revised" License
258 stars 90 forks source link

Added SSL/TLS support to GELFRabbitHandler #133

Open jsymons opened 3 years ago

jsymons commented 3 years ago

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.

severb commented 2 months ago

@nklapste this PR looks pretty harmless, do you we should merge it?