You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[2025-02-24 02:45:17.087540] rabbitmq.INFO: Making a new connection to RabbitMQ server: amqproxy [] {"process_id":13}
[2025-02-24 02:45:17.090685] rabbitmq.ERROR: Could not connect to RabbitMQ server (Retrying in 1 second): amqproxy. error: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:
error:0A0000C6:SSL routines::packet length too long
error:0A000139:SSL routines::record layer failure [] {"process_id":13}
What could be the problem and how to fix it ?
The text was updated successfully, but these errors were encountered:
The issu could be that you are using the wrong port, make sure you're connecting to the right port—5671 for SSL/TLS and 5672 for non-SSL.
If the port is correct, you could check that the client support the same TLS version as amqproxy, and that the correct certificates are being used.
Could you supply us with some more information about your setup? Would be helpful to know the configuration in your application and also for amqproxy.
The connection string in the app and the config file for amqproxy (without the passwords)
Also, are you running this locally or over the internet?
Hi, I am getting these erreors
What could be the problem and how to fix it ?
The text was updated successfully, but these errors were encountered: