mosquito / aio-pika

AMQP 0.9 client designed for asyncio and humans.
https://aio-pika.readthedocs.org/
Apache License 2.0
1.18k stars 186 forks source link

SSLContext set on robust_connection #489

Closed gonzalesMK closed 1 year ago

gonzalesMK commented 1 year ago

The aiormq Connection accepts the parameter context: ssl.SSLContext, but I didn't find a way to input this parameter.

I checked that 'context' should be added to RobustConnection.KWARGS_TYPES. I can help with this change... but is there another way ?

I use this parameter to disable hostname check

mosquito commented 1 year ago

After merging #474 will be possible.

mosquito commented 1 year ago

Resolved in 8.2.0