cocos creator sdk box 설치를 하려고하는데 다음과 같은 에러를 발생시킨다.
SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:727)
SSL 인증서 관련하여 문제인데.
해결방법은 상당히 간단해서 놀랐다.
파이썬이 설치된 곳에 Certificate 파일을 더블클릭해주면 해결된다.
해당파일을 실행하면 3~4초 에 프로세스 완료 가 뜬다.
/Applications/Python\ 2.7/Install\ Certificates.command
그리고 아래 커맨드를 터미널에서 실행하면
python -c """import urllib; s = urllib.urlopen('https://raw.githubusercontent.com/sdkbox-doc/en/master/install/install.py').read(); exec(s)"""
정상 작동된다!
cocos creator Action (0) | 2021.05.26 |
---|---|
cocos creator spineListener (0) | 2021.05.21 |
cocos creator unexpected element <queries> found in AndroidManifest.xml (0) | 2021.05.17 |
cocos Failed to notify project evaluation listener. java.lang.exceptionInInitializerError (0) | 2021.05.07 |
How to define cocos creator constant variable? (0) | 2021.05.04 |
[cocos creator js ] how to UI Components , button Hide & Active ? (0) | 2021.04.16 |