python-logging-rabbitmq
python-logging-rabbitmq copied to clipboard
SSL configuration isn't working automatically
As a workaround I initilize to following:
SSLOptions(ssl.SSLContext(protocol=ssl.PROTOCOL_TLSv1_2))
and pass it as connection_params
under ssl_options
Without a workaround I get a connection reset error.
Hi. I'm looking to release a big version including several improvements (testing is one of them), and that could delay the release of a fix for this issue.
Can you prepare a quick PR to tackle this problem early? I will be happy to release a version for that.
Thank you.
Hi, How would you like to solve this? What syntax should be provided in config?