We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not sure if we can control this as this may be how Ruby's OpenSSL extension does TLS upgrade, but still.
A user reported that connecting with TLS and incorrectly specific vhost results in
{handshake_error,opening,0, {amqp_error,access_refused, "access to vhost '/' refused for user 'upgrade-admin'", 'connection.open'}}
RabbitMQ log and
OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=SSLv2/v3 read server hello A: unknown protocol
from Bunny. We should look into making the message clearer.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Not sure if we can control this as this may be how Ruby's OpenSSL extension does TLS upgrade, but still.
A user reported that connecting with TLS and incorrectly specific vhost results in
RabbitMQ log and
from Bunny. We should look into making the message clearer.
The text was updated successfully, but these errors were encountered: