-
-
Save maurice-schuppe/a8a5b00a5b65ec93300da1f9cfed1a12 to your computer and use it in GitHub Desktop.
Fix "SSL certificate problem: certificate has expired" issue in homebrew
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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