rabbitmq-website
rabbitmq-website copied to clipboard
RabbitMQ website
Here is the error: ``` CLIENT ALERT: Fatal - Certificate Unknown ``` As [discussed here](https://github.com/rabbitmq/rabbitmq-server/discussions/4027#discussioncomment-2047085), this particular case was due to the browser not having the root CA cert installed....
This probably belongs in some sort of operations document besides the (already quite long) existing site/ssl.md page. When connecting an Erlang TLS client or server to an un-encrypted server or...
For the section involving port numbers at the url '[/clustering](https://www.rabbitmq.com/clustering)', the '+' signs looks like '*' which is inaccurate for the port number calculations. Changing the CSS font affects the...
Per conversation with @acogoluegnes Add some Stream examples with AMQP clients and Native clients. We can start with Java/Net.
Related to #1096 Reported here: https://groups.google.com/g/rabbitmq-users/c/CiUogKBfk1Y
The following options will cause RabbitMQ to crash upon startup if TLS 1.3 is the **only** enabled version: ``` ssl_options.client_renegotiation ssl_options.secure_renegotiate ``` Reported in this `rabbitmq-users` discussion: https://groups.google.com/g/rabbitmq-users/c/ZLdFmiqETZc/m/ED85hR7eAgAJ I'm not...
See this code: https://github.com/erlang/otp/blob/master/lib/ssl/src/tls_record.erl#L422-L432 Reported in `rabbitmq-users`: https://groups.google.com/g/rabbitmq-users/c/lquxjze8UIc/m/KHfappfNAgAJ As well as internally: https://vmware.slack.com/archives/C055BSG8E/p1611770366227900
Reported here: https://github.com/rabbitmq/rabbitmq-server/discussions/2764 The documentation should very clearly state that Erlang upgrades on Windows require you to uninstall the previous version, for the reasons documented here: https://www.rabbitmq.com/windows-quirks.html#multiple-erlang-versions
Documentation does not yet reflect that.
https://www.rabbitmq.com/plugin-development.html See this issue, for instance - https://github.com/rabbitmq/rabbitmq-metronome/issues/12