nickva opened a new pull request, #5639: URL: https://github.com/apache/couchdb/pull/5639
Since OTP 25 there is an easy way to load OS provided CA certificates on all of our supported platforms. Use that to simplify peer verification in the replicator. If the user already provided a path to the CA certificates file, load that. If there isn't a CA cert path, attempt use the OS CA certs, and if that fails too, then crash with an error and do not continue. To help users diagnose the issue early, explicitly load the OS CA certs in the replicator supervisor. Emit an info log about the number of loaded certs or emit an error if it fails. CA certs after the first successful load are cached in a persistent term by the OTP and will always be available after that. Issue: https://github.com/apache/couchdb/issues/5638 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
