-
I am trying to connect with local docker container without ssl. but it don't have any option to disable it.
-
### Report
When a scaledObject is created with rabbitmq trigger and queueName pointing to a queue that doesn't exist in that rabbitmq, the keda-operator pod increasingly creates new connections that …
-
Currently, our RabbitMQ collector (and sender) doesn't configure or test for amqps. We should fix that as this impacts the ability to use in environments such as cloud foundry
Thx for figuring this…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
I am trying to configure RabbitMQ w…
-
Running flower via `celery --broker=amqps://...` (as provided by [CloudAMQP plugin on Heroku](https://elements.heroku.com/addons/cloudamqp), for example) means when you check the Broker tab in the Flo…
-
Hello there,
i had a headache trying to create an SSL connection for RabbitMQ. Correct me if I'm wrong, but I think the smoothest way to achieve this is by using `rabbitmq.uri: amqps://rabbitmq:567…
-
Will be very helpfull to be able to provide ssl options in RabbitMQOptions like :
```
.AddRabbitMQ(options =>
{
options.Ssl.Enabled = true;
options.Ssl.ServerName = serverName;
…
-
From the openssl rust docs:
> OpenSSL's default configuration is highly insecure. This connector manages the OpenSSL structures, configuring cipher suites, session options, hostname verification, …
-
Reproduction Steps:
Run last stage - source env_setup.sh file, run ./observer_entrypoint
Error Message - connecting to: amqps://rabbitmq:5671/%2f?auth_mechanism=external
thread 'main' panicked at /…
-
Do you have an example of connecting over `amqps://` scheme URI instead of plain `amqp://`?