Skip to content

Instantly share code, notes, and snippets.

@maurice-schuppe
Forked from ypresto/.zshrc
Created June 3, 2020 14:56
Show Gist options
  • Save maurice-schuppe/a8a5b00a5b65ec93300da1f9cfed1a12 to your computer and use it in GitHub Desktop.
Save maurice-schuppe/a8a5b00a5b65ec93300da1f9cfed1a12 to your computer and use it in GitHub Desktop.
Fix "SSL certificate problem: certificate has expired" issue in homebrew
# Add this snippet to your .zshrc, .bashrc or etc.
# https://security.stackexchange.com/a/232446/235706
export CURL_SSL_BACKEND=secure-transport
# https://github.com/Homebrew/brew/issues/6274#issuecomment-507937736
export HOMEBREW_NO_ENV_FILTERING=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment