Skip to content

Instantly share code, notes, and snippets.

@Ljzn
Created September 22, 2022 06:07
Show Gist options
  • Save Ljzn/4452684e763658ae951380cf67b475c9 to your computer and use it in GitHub Desktop.
Save Ljzn/4452684e763658ae951380cf67b475c9 to your computer and use it in GitHub Desktop.
to fix ssl error on ubuntu:latest
curl -Lo roots.pem https://pki.google.com/roots.pem
export GRPC_DEFAULT_SSL_ROOTS_FILE_PATH="$PWD/roots.pem"
apt-get install ca-certificates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment