Errors using FPDF to make PDFs from websites

I am using FPDF to generate pdf files on the fly from my website (see: CREATIVE | Float Glass Design for Architects and Textured and Creative Glass Applications). Application errors when trying to create the pdf from a contact form. I wonder if there is anything I can do to fix the problem. The vendor has told be to 'Just copy the image locally. It will prevent the SSL issue when retrieving
the file.' I wonder if the only solution is for the vendor to update their script for FPDF. Or should I use another SSL provider to solve the issue? or can I make a change on my server to workaround this issue.

regards

Hugh

If you update your server to the latest OS version that should fix this issue. Specifically, you want to make sure you have OpenSSL 1.1.0 or above. You can check by running openssl version.

3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.