python-logging-rabbitmq icon indicating copy to clipboard operation
python-logging-rabbitmq copied to clipboard

SSL configuration isn't working automatically

Open Ghost93 opened this issue 5 years ago • 2 comments

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.

Ghost93 avatar Jun 19 '19 13:06 Ghost93

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.

albertomr86 avatar Jun 27 '19 03:06 albertomr86

Hi, How would you like to solve this? What syntax should be provided in config?

Ghost93 avatar Jun 27 '19 10:06 Ghost93