diff options
author | trizen <trizen@protonmail.com> | 2020-08-26 18:34:48 +0300 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-09-14 10:41:04 -0500 |
commit | 94a8c92cd8314acb9a8eb38d5a2421ef10dcc790 (patch) | |
tree | 65143cb0e40e4c5aa86fc92b81f5615811d3ffe0 /lib/WWW/FairViewer.pm | |
parent | 0d69c7e8a6edce5e2f345fb43c56af849491eb91 (diff) | |
download | fair-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.pm | 2 |
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' ? ( |