Changes

Jump to: navigation, search

Yocto build system FAQs

1 byte removed, 13:26, 27 September 2017
no edit summary
In order to solve this problem, a possible workaround consist of disabling the SSL CERTIFICATE checking as suggested in the following example:<br>
''pip install pyserial --trusted-host pypi.python.org --index-url=<nowiki>http://pypi.python.org/simple/</nowiki>'' <br>
Other similar solutions can be found at this [https://stackoverflow.com/questions/34615693/can-i-turn-off-python-pip-ssl-cert-validation-with-an-env-variable page]
===Q:<span id="Q3"></span> How can I turn off git SSL verification? ===
Since the SSL_CERTIFICATE problem affects also 'git', it is suggested to turn off the SSL CERTIFICATE checking in the case you are trying to work with a repository over https. In order to achieve this, from the local folder export the GIT_SSL_NO_VERIFY variable, in this way:
''export GIT_SSL_NO_VERIFY=1''
116
edits

Navigation menu