Skip to content

Set the GRPC_DEFAULT_SSL_ROOTS_FILE_PATH env var in initializer

What does this MR do and why?

The root certificate that the grpc ruby gem uses for secured communications expired. Setting the GRPC_DEFAULT_SSL_ROOTS_FILE_PATH environment variable will set it for all gRPC connections. Here we're setting it to the system's default certificate which should be more up-to-date, or at least easier to update.

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #342346 (closed)

Edited by Ethan Urie

Merge request reports

Loading