cloudamqp / cloudamqp/amqproxy
ssl issue
Open
Nobody has claimed this yet.
- Dominant language
- Crystal
- Stars
- 408
- Forks
- 50
- Avg merge
- 18h 30m
- Merged PRs (30d)
- 3
Description
Hi, I am getting these erreors
[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 ?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the RabbitMQ connection entry point for the amqproxy endpoint and reviewing how SSL is configured around the reported stream_socket_enable_crypto() failure. Reproduce the connection with the logged endpoint and document the configuration or change that makes the connection succeed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- crystal, rabbitmq
- Domain
- networking
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100