Open anil-kaplan opened 1 year ago
I am trying to connect with local docker container without ssl. but it don't have any option to disable it.
@anil-kaplan amqps:// indicates its an SSL connection. I think what you're after is to replace your connection prefix with amqp://. See more https://www.rabbitmq.com/docs/uri-spec#the-amqps-uri-scheme
amqps://
amqp://
I am trying to connect with local docker container without ssl. but it don't have any option to disable it.