AMQPS uri is not working with version 5.2.0 .net fwk 4.6.1 #1830
-
Community Support Policy
RabbitMQ version usedother (please specify) Erlang version used27.3.x Operating system (distribution) usedwindows How is RabbitMQ deployed?Community Docker image AMQPS uri is not working with version 5.2.0 .net fwk 4.6.1 when I set an ssl uri with amqps prefix the factory seems to create the endpoint without the final "S" and so it fails to connect to the secure endpoint is there a workarround? I cant create a amqps connection, with rabbit 5.2, when I add the uri amqps://mydomain:sslport/ it creates an endpoint displaying only amqp prefix and of course the connection fails, how can I fix this? I've tried creating a custom resolver but its still the same Try creating a rabbit amqps connection with rabbit 5.2.0 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello, The 5.x series of this library is no longer supported.
Instead of using a URI, configure the factory directly, and set the If you need further assistance, you must provide a complete set of code that demonstrates what you're trying to accomplish. If you do that, I will re-open this discussion. |
Beta Was this translation helpful? Give feedback.
Hello,
The 5.x series of this library is no longer supported.
Instead of using a URI, configure the factory directly, and set the
Ssl
property to an instance ofSslOption
that you have configured.If you need further assistance, you must provide a complete set of code that demonstrates what you're trying to accomplish. If you do that, I will re-open this discussion.