I am using Windows and getting the similar error to yours: requests.exceptions.SSLError: HTTPSConnectionPool(host='api.meraki.com', port=443): Max retries exceeded with url: /api/v1/organizations/xxxxx/networks (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:992)'))) Where in the API Dashboard did you get the Cert? I can user Postman with no SSL issue but I need to use Python for other scripts. Can't get pass the SSL: error. Thanks
... View more