WhiteHat Security

Frida 설치 에러 [SSL: CERTIFICATE_VERIFY_FAILED] 본문

보안/모바일 보안

Frida 설치 에러 [SSL: CERTIFICATE_VERIFY_FAILED]

BokdungAbum

"pip3 install --trusted-host pypi.org --trusted-host files.pythonhosted.org frida"

 

명령어로 frida 설치시 

 

다음과 같은 에러가 발생하는 경우가 있다.

 

"error: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)>"

 

이때 python3의 설치 폴더의 파일을 실행시켜주고 다시 설치하면 해결된다.

 

open /Applications/Python\ 3.8/Install\ Certificates.command

Comments