metachris / pdfx

Extract text, metadata and references (pdf, url, doi, arxiv) from PDF. Optionally download all referenced PDFs.
http://www.metachris.com/pdfx
Apache License 2.0
1.03k stars 113 forks source link

SSL Error? #26

Closed markratledge closed 3 years ago

markratledge commented 6 years ago

I'm not sure if this is an issue with pdfx or my local machine or the server where the pdf's links are being loaded from. When using either:

$ pdfx testpdf.pdf -c

or

$ pdfx https://example.com/testpdf.pdf -c

to test for bad links in the pdf pointing to example.com, I get this error: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590) - example.org/bad-link

This is with Python3 by brew install and openssl 1.0.2n is being loaded by Python.

Thanks

metachris commented 3 years ago

Should be a problem on your computer, with your SSL certs. Closing - please reopen if it persists.