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.
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