This is an error message:URL 无法验证。 Callback verification failed with the following errors: curl_errno = 35; curl_error = OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to backstage.mintnftsnow.com:443 ; HTTP Status Code = 200; HTTP Message = Connection established

We have had this happen before a few months back and it seemed to resolve itself. I have no idea why but suddenly yesterday we started receiving support tickets from our clients saying that after granting the proper permissions - like they always do - they weren't seeing these pages available in our app for selection. To best explain/show it. Here's a Loom video.
https://www.loom.com/share/fb3a50cf2c3f40d0a246bd30e091c0f3

Hello! I am working on an integration for leads with the ads I run on facebook and my CRM. For this I followed the steps on setting up an endpoint and configuring the webhooks product on the meta developer pages.
I managed to get a leadgen from the webhooks testing tool using the specific leadgen testing tool from the app's dashboard. I also checked and verified that my page-access token has the required rights to access and retrieve leads.
I however run into a problem trying to simulate the full lead ads testing tool (https://developers.facebook.com/tools/lead-ads-testing/) for simulating the entire process of making a lead and retrieving its data. My problem is that when I create a lead, the status of the test-lead stays on 'pending', and the Error Message displays 'Updated lead is still being processed and will be delivered shortly'. It seems as if the request is stuck.
I also verified that my app is indeed subscribed to the leadgen field using https://developers.facebook.com/docs/marketing-api/guides/lead-ads/quickstart/webhooks-integration/
I am using ngrok for tunneling the requests to my local environment, but that should not matter since I do receive the leadgen tests from the leadgen-specific testing tool.
Does anyone have any fix or idea what could be wrong?