dtt78245 2015-02-19 23:35
浏览 100
已采纳

PDFMerger v1.0无法使用FPDF 1.6和FPDI 1.3.1且SSLv3已禁用[关闭]

Disabling SSLv3 on our web server caused this error:

FDPF error: Unable to find pointer to xref table

We're using the PDFMerger class which also user FPDF 1.6 and FPDI 1.3.1 and the only way it works is when SSLv3 is enabled. Our temporary solution is to keep SSLv3 enabled until we can resolve it.

How can we resolve this without having SSLv3 enabled (the more recent POODLE attacks required us to disable it)?

  • 写回答

1条回答 默认 最新

  • douque8855 2015-02-19 23:54
    关注

    I fixed this by updating the FPDF and FPDI libraries. I don't know exactly why it works, but it does even with SSLv3 disabled.

    I started a github repo with the updated libraries: https://github.com/chrsc/pdfmerger

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?