rabbitmq / rabbitmq-web-mqtt

Provides support for MQTT over WebSockets
Other
55 stars 16 forks source link

Disable TLS 1.0 on server 2012 R2 #42

Closed dharrison1234 closed 5 years ago

dharrison1234 commented 5 years ago

I haven't been able to find the command to disable TLS 1.0 in RabbitMQ on server 2012 R2.

lukebakken commented 5 years ago

Hello! Please post this question to rabbitmq-users. Thanks.

michaelklishin commented 5 years ago

RabbitMQ TLS guide has a section that's titled Limiting TLS Versions Used. There is nothing Windows-specific about that.

dharrison1234 commented 5 years ago

These TLS settings are in the config file?

michaelklishin commented 5 years ago

Please read the guide, it has plenty of configuration examples, mentions what settings are essential, covers how TLS works and how it is used with RabbitMQ, how to evaluate security of a certain TLS setup and much more.

We put a lot of effort into the docs, please invest some time in studying them.