-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Use the public_key:cacerts_get/0
function when appropriate
#10519
Comments
I don't think that we should widely fall back to |
We can work on implementing this one. |
@LoisSotoLopez we'd appreciate it. We have seen a case where this behavior would be very useful just earlier this week. |
12 tasks
michaelklishin
added a commit
that referenced
this issue
Dec 11, 2024
Erlang 27.2 has some relevant improvements:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
References:
ssl
client / server options could be more user friendly erlang/otp#8066API: https://www.erlang.org/doc/man/public_key#cacerts_get-0
Anywhere SSl/TLS is configured in RabbitMQ, if the user does not configure
cacertfile
orcacerts
, RabbitMQ should automatically usepublic_key:cacerts_get/0
to load the system certificates.If, after doing all of that, RabbitMQ could set
verify
toverify_none
. Otherwise, thessl
functions will fail as reported in erlang/otp#8066Note that I've never seen
cacerts
used in practice.The text was updated successfully, but these errors were encountered: