From 7a163dae4da86c57371b9037ce748b82931ba44f Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Sat, 2 Jul 2022 05:33:40 +0530 Subject: meson: Improve certifi documentation on macOS First, just installing certifi doesn't install the ca-cert in the right location. The `Install Certificates.command` script also symlinks the openssl cert.pem to the certifi ca cert file Second, we can make it more likely that users will notice this if we make it a warning. If we ever get a bug report about this despite these measures, we can try to make this an error. Part-of: --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c727de1db5..9d5d79bd99 100644 --- a/README.md +++ b/README.md @@ -54,14 +54,14 @@ binary in your PATH. You can find [instructions for Windows below](#windows-prerequisites-setup). -On macOS, you might need to execute "Install Certificates.command" from -the Python folder in the user Applications folder or install it manually: +On macOS, you might need to execute "Install Certificates.command" from the +Python folder in the user Applications folder: ``` - $ pip3 install certifi +$ /Applications/Python\ 3.*/Install\ Certificates.command ``` -It will solve this issue: +Otherwise you will get this error when downloading meson wraps: ``` urllib.error.URLError: urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed -- cgit v1.2.1