Skip to content Skip to sidebar Skip to footer

“ssl: Certificate_verify_failed” Error On Mac

I had wanted to solve the [SSL: CERTIFICATE_VERIFY_FAILED] problem, because i use mac and python 3,a lot of guys said i should run /Applications/Python\ 3.6/Install\ Certificates.

Solution 1:

Today I have installed Python3.8.3 and frida-tools, and I think I just had met the same problem.

[Problem] After I installed Python3.8.3 by double click the installer python**.pkg, when I tried 'pip install frida-tools", it went "command not found: pip". Then I tried "pip3.8 install frida-tools", it went "ERROR: Command errored out with exit status 1: ***** error: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)>"

[How to solve] Open finder, go to /applications/python */, double click the shell "Install Certificates.command"

[Result] After that I have install frida-tools normally by "pip install frida-tools"

I hope this can help you.

Post a Comment for "“ssl: Certificate_verify_failed” Error On Mac"