Hello
I am using 'prince-10r3-1.x86_64' on 'Red Hat Enterprise Linux Server release 6.7 (Santiago)'.
When retrieving a remote file over HTTPS with a command syntax similar to below, Prince is using TLS 1.0:
$prince https://www.myserver.com/index.html -o /tmp/index.pdf
www.myserver.com supports TLS 1.0, 1.1 and 1.2, but in line with current best security practices, I need to remove support for TLS 1.0 in the near future.
Before doing so, I obviously need to be able to configure Prince to use a later version of TLS.
By default, a curl command for the same resource will also use TLS 1.0 but curl offers the "--tlsv1.2" option change this behaviour.
Is a similar option available in Prince?
Thanks in advance.
Paul
I am using 'prince-10r3-1.x86_64' on 'Red Hat Enterprise Linux Server release 6.7 (Santiago)'.
When retrieving a remote file over HTTPS with a command syntax similar to below, Prince is using TLS 1.0:
$prince https://www.myserver.com/index.html -o /tmp/index.pdf
www.myserver.com supports TLS 1.0, 1.1 and 1.2, but in line with current best security practices, I need to remove support for TLS 1.0 in the near future.
Before doing so, I obviously need to be able to configure Prince to use a later version of TLS.
By default, a curl command for the same resource will also use TLS 1.0 but curl offers the "--tlsv1.2" option change this behaviour.
Is a similar option available in Prince?
Thanks in advance.
Paul
Edited by paul.buckle