Skip to content
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

Make use of public_key:cacerts* functions #10295

Open
lukebakken opened this issue Jan 8, 2024 · 0 comments
Open

Make use of public_key:cacerts* functions #10295

lukebakken opened this issue Jan 8, 2024 · 0 comments
Assignees

Comments

@lukebakken
Copy link
Collaborator

lukebakken commented Jan 8, 2024

Is your feature request related to a problem? Please describe.

Erlang/OTP 25 introduced a new API to fetch system CA certificates:
https://www.erlang.org/blog/my-otp-25-highlights/#ca-certificates-can-be-fetched-from-the-os-standard-place

...and, httpc will use this API to fetch CA certs if no specific certs are specified.

We should investigate if / how to integrate this into RabbitMQ's various TLS settings and usage of ranch, ssl, httpc, TLS-encrypted disterl, etc

Describe the solution you'd like

Figure out a "least surprises" way to use the OS CA certificates.

Describe alternatives you've considered

N/A

Additional context

N/A

@lukebakken lukebakken self-assigned this Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant