I am also facing same problem but only when i am trying to get all data (from all pages). But when i try it for single (current) page only by omitting out total_pages='all' then it works fine. requests.exceptions.SSLError: HTTPSConnectionPool(host='n370.meraki.com', port=443): Max retries exceeded with url: /api/v1/organizations/<ORG-ID>/devices/statuses?perPage=1000&startingAfter=R2MN-1QLA-HNVB (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)')))
... View more