in reply to How to not send TLS 1.0 on https soap call

Just because you've upgraded the openssl binary does not meant that you've also upgraded the OpenSSL library within Perl. It might be linked against the old version of OpenSSL which still might be on your system. What does print Net::SSLeay::OPENSSL_VERSION_NUMBER() give?
  • Comment on Re: How to not send TLS 1.0 on https soap call

Replies are listed 'Best First'.
Re^2: How to not send TLS 1.0 on https soap call
by Anonymous Monk on Feb 06, 2016 at 00:01 UTC
    Yes, you are dead-on. I've been spending all afternoon trying to install the openssl-devel 1.0.1, which is not going well based on dependencies.
Re^2: How to not send TLS 1.0 on https soap call
by Anonymous Monk on Dec 19, 2019 at 13:42 UTC
    I am also facing the same issue for Solaris systems

      This thread is several years old. Does this resolve your problem?