aboutsummaryrefslogtreecommitdiffstats
path: root/lib/WWW/FairViewer.pm
diff options
context:
space:
mode:
authortrizen <trizen@protonmail.com>2020-08-26 18:34:48 +0300
committerJesús <heckyel@hyperbola.info>2020-09-14 10:41:04 -0500
commit94a8c92cd8314acb9a8eb38d5a2421ef10dcc790 (patch)
tree65143cb0e40e4c5aa86fc92b81f5615811d3ffe0 /lib/WWW/FairViewer.pm
parent0d69c7e8a6edce5e2f345fb43c56af849491eb91 (diff)
downloadfair-viewer-94a8c92cd8314acb9a8eb38d5a2421ef10dcc790.tar.lz
fair-viewer-94a8c92cd8314acb9a8eb38d5a2421ef10dcc790.tar.xz
fair-viewer-94a8c92cd8314acb9a8eb38d5a2421ef10dcc790.zip
- No longer prefer a specific version of TLS.
Defaults to TLS v1.3 if available. Signed-off-by: Jesús <heckyel@hyperbola.info>
Diffstat (limited to 'lib/WWW/FairViewer.pm')
-rw-r--r--lib/WWW/FairViewer.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/WWW/FairViewer.pm b/lib/WWW/FairViewer.pm
index ffd8c93..40afe2b 100644
--- a/lib/WWW/FairViewer.pm
+++ b/lib/WWW/FairViewer.pm
@@ -277,7 +277,7 @@ sub set_lwp_useragent {
show_progress => $self->get_debug,
agent => $self->get_lwp_agent,
- ssl_opts => {verify_hostname => 1, SSL_version => 'TLSv1_2'},
+ ssl_opts => {verify_hostname => 1},
$lwp eq 'LWP::UserAgent::Cached'
? (