You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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:
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
The text was updated successfully, but these errors were encountered: