-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can you add support for amqps ? #156
Comments
Adding few points on the old issue: The first two properties (Ssl.Enabled and Ssl.ServerName) will get set automatically once we use connection string starting with Regarding providing a way to supply certificate collection, I doubt if that would be possible. As per my knowledge, the |
What would be great is to specify a certificate thumbprint and password to an configured app service certificate. Also a keyvault reference could do the job. |
Will be very helpfull to be able to provide ssl options in RabbitMQOptions like :
or better by providing the certificate collection.
The text was updated successfully, but these errors were encountered: