Michael Doornbos

Kivy-ios certificate errors fix

Pro tip: If your’e trying to build kivy-ios on Mac OS and get certificate errors:

CERT_PATH=$(python -m certifi)
export SSL_CERT_FILE=${CERT_PATH}
export REQUESTS_CA_BUNDLE=${CERT_PATH}

You’re welcome. #python

<< Previous Post

|

Next Post >>