Hi everyone,
I’m having trouble connecting to Speckle from ArcGIS Pro due to an SSL certificate issue. The error message I’m seeing is:
“Failed to execute the GraphQL active_user request. Inner exception: HTTPSConnectionPool(host=‘app.speckle.systems’, port=443): Max retries exceeded with url:/graphql (Caused by SSLError(SSLCertVerificationError(1,‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate chain (_ssl.c:1006)’)))”
I’ve noticed that the https://app.speckle.systems
domain runs through Cloudflare, and it appears that no certificate is selected on the origin server itself. My guess is that ArcGIS Pro is rejecting the self-signed certificate on the origin server, causing these certificate verification issues.
Does anyone know if the server might be set to “Full (strict)” SSL mode in Cloudflare? If so, switching to “Flexible” might solve this, or perhaps replacing the self-signed certificate with a publicly trusted one (like Let’s Encrypt) on the origin server could work.
Any advice or similar experiences with ArcGIS Pro and Speckle would be appreciated!
Thanks!