• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

SSL Error When Fetching File from Pabbly-Generated URL

Hello,

I'm encountering an issue when running an automation workflow with Pabbly Connect. A Google Apps Script used in the process attempts to fetch a PDF file from a URL generated by Pabbly, but it fails with the following error:

Exception: SSL Error https://pcmailhook.com/attachments/2025/02/18/1356078067866401151739881986_Receipt-2472-5702.pdf

Technical details:

I’ve tested the URL in a browser, and it fails to load there as well. It appears that the SSL certificate for pcmailhook.com is either expired, misconfigured, or invalid.

Could you please investigate and fix this issue on your server?
This SSL problem is currently preventing my automation from functioning correctly.

Thank you in advance for your support.

Best regards,
 
Last edited:
Here are the error details:
Label: Value
Done: 1
Error Code: 3
Error Message: ScriptError

Details:
@type: type.googleapis.com/google.apps.script.v1.ExecutionError
Function: uploadToDrive
ErrorMessage: Exception: SSL Error https://pcmailhook.com/attachments/2025/02/18/7600776343249326531739881986_Invoice-CC5C616E-0005.pdf
ErrorType: ScriptError
It seems that the issue is related to an SSL error when attempting to download the file from the URL mentioned above. Could you please let me know if this is an issue on Pabbly’s side, or if something needs to be adjusted in the script or the file source?

Workflow URL : https://connect.pabbly.com/workflow/mapping/IjU3NjYwNTZlMDYzMDA0Mzc1MjY0NTUzYzUxMzQi_pc
 
Top