After setting up the emulator and creating my Clover account on the emulator. I tried running the install_apps.py after installing the urllib3 library. I keep getting an error. This is the first one.
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)
This is the second one.
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='filessandbox.dev.clover.com', port=443): Max retries exceeded with url: /v2/apk/com.clover.apps-1398.apk (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)')))
Any idea what could be wrong in my set up?