Skip to content

Commit

Permalink
MacOS: Add GUI method to fix CERTIFICATE_VERIFY_FAILED issue
Browse files Browse the repository at this point in the history
  • Loading branch information
drojf committed Jun 1, 2024
1 parent 3a1cc69 commit be35175
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions docs/Installer/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,29 @@ NOTE: you may want to remove it after the install finishes, incase it causes iss

> For those who this problem persists: - Python 3.6 (some other versions too?) on MacOS comes with its own private copy of OpenSSL. That means the trust certificates in the system are no longer used as defaults by the Python ssl module. To fix that, you need to install a certifi package in your system.
#### Option 1: Use `pip` to upgrade certificates
#### Option 1: Use Finder to find and run the `Install Certificates.command` file

1: Open Finder, then search for the file `Install Certificates.command`

![finder search for Install Certificates.command](https://07th-mod.com/wiki/Installer/img/macos-cert-fix-1.png)

2: Click "Get Info"

![Click get info](https://07th-mod.com/wiki/Installer/img/macos-cert-fix-1.png)

3: Under "Open with:" select "iTerm.app"

![under open with select iterm.app](https://07th-mod.com/wiki/Installer/img/macos-cert-fix-1.png)

Then restart your computer.

#### Option 2: Use `pip` to upgrade certificates

Run `pip install --upgrade certifi`

Then restart your computer.

#### Option 2: Run command manually
#### Option 3: Run command manually

**NOTE:** In the following command, **replace '3.12' with the python version you have installed**.

Expand Down
Binary file added docs/Installer/img/macos-cert-fix-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Installer/img/macos-cert-fix-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Installer/img/macos-cert-fix-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit be35175

Please sign in to comment.