Hi

Thanks for reply! but still in getting the below error-

DEBUG: .../IO/Socket/SSL.pm:2805: new ctx 49345824 DEBUG: .../IO/Socket/SSL.pm:659: socket not yet connected DEBUG: .../IO/Socket/SSL.pm:661: socket connected DEBUG: .../IO/Socket/SSL.pm:684: ssl handshake not started DEBUG: .../IO/Socket/SSL.pm:726: not using SNI because openssl is too +old DEBUG: .../IO/Socket/SSL.pm:773: set socket to non-blocking to enforce + timeout=180 DEBUG: .../IO/Socket/SSL.pm:786: call Net::SSLeay::connect DEBUG: .../IO/Socket/SSL.pm:789: done Net::SSLeay::connect -> -1 DEBUG: .../IO/Socket/SSL.pm:799: ssl handshake in progress DEBUG: .../IO/Socket/SSL.pm:809: waiting for fd to become ready: SSL w +ants a read first DEBUG: .../IO/Socket/SSL.pm:829: socket ready, retrying connect DEBUG: .../IO/Socket/SSL.pm:786: call Net::SSLeay::connect DEBUG: .../IO/Socket/SSL.pm:789: done Net::SSLeay::connect -> 0 DEBUG: .../IO/Socket/SSL.pm:837: connection failed - connect returned +0 DEBUG: .../IO/Socket/SSL.pm:838: local error: SSL connect attempt fail +ed because of handshake problems DEBUG: ...erl5/Net/HTTPS.pm:67: ignoring less severe local error 'IO:: +Socket::IP configuration failed', keep 'SSL connect attempt failed be +cause of handshake problems' DEBUG: .../IO/Socket/SSL.pm:2827: free ctx 49345824 open= DEBUG: .../IO/Socket/SSL.pm:2838: OK free ctx 49345824 Can't connect to ... SSL connect attempt failed because of handshake problems at /home/an97 +54/perl5/lib/perl5/LWP/Protocol/http.pm line 48.
I have checked,URL is using SSL_VERSION TLSv1_2 , I have tried that also by putting this version but it is showing this error
DEBUG: .../IO/Socket/SSL.pm:625: global error: SSL Version TLSv1_2 not + supported Can't connect to ...

please help


In reply to Re^2: SSL Upgrade failed by trahulprajapati
in thread SSL Upgrade failed by trahulprajapati

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.