rebus-org / Rebus.RabbitMq

:bus: RabbitMQ transport for Rebus
https://mookid.dk/category/rebus
Other
62 stars 44 forks source link

Change default SslProtocols version in SslSettings to match current recommendations #108

Closed MrAdam closed 1 year ago

MrAdam commented 1 year ago

This PR fixes the issue mentioned in #106 consisting of an outdated default SslProtocols version. It has been replaced by SslProtocols.None which is the recommended approach per the documentation.


Rebus is MIT-licensed. The code submitted in this pull request needs to carry the MIT license too. By leaving this text in, I hereby acknowledge that the code submitted in the pull request has the MIT license and can be merged with the Rebus codebase.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

mookid8000 commented 1 year ago

Excellent, thanks! 👍 it's out as Rebus.RabbitMq 9.0.0-alpha02 on Nuget.org now 🙂