I need your help, all of our clients are reporting the error “TLS certificate validation failed: error 72787” when they try to connect to their store. The same error was reported on january 19th, 2023 and we tried to fix it for a few hours but suddenly it started working again, so we believe the cause of this error is not our responsability, there’s something wrong with the Shopify API, we would like to know what is happening? and how can we prevent this case?
I appreciate you reaching out about this. I reviewed any open issues we had on January 19th and today and I am not seeing anything that would be related to an error message like this.
I have some questions that will help us troubleshoot the cause/source of the issue.
Are you able to share a screenshot of the error message?
Are you able to replicate this error yourself?
Is this isolated to specific devices, internet browsers, locations?
Does clearing the browser cache or accessing the store with incognito mode resolve the issue?
What are the detailed steps that the merchant(s) are taking to get to the error message?
Hi @OrlandoMicrosip , maybe this helps… we recently hit an issue due to using an older OpenSSL version (1.0.2k) with a shopify REST API client. The new Lets Encrypt cert chain used by shopify as of 2/13 is incompatible with older OpenSSL versions. We used workaround # 1 here and that solved the issue:
@ShopifyDevSup , FYI, not sure if this is intentional, but the shopify API gateways are still returning the “old” Cloudflare chain for TLS client hello’s that don’t include an SNI block. This threw us for a loop while debugging as some older tools don’t include SNI in certain cases.