Help for this page

Select Code to Download


  1. or download this
    use strict;
       use warnings;
    ...
    
    my $jira = JIRA::REST->new('https://myurl:8443/jira', 'myuser', 'mypas
    +s', $clientref);
    print $jira->GET("/issue/myissue");
    
  2. or download this
    Can't connect to myurl:8443 (certificate verify failed)
    
    LWP::Protocol::https::Socket: SSL connect attempt failed error:1409008
    +6:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed 
    +at /home/myhome/perl5/lib/perl5/LWP/Protocol/http.pm
    
  3. or download this
    JIRA::REST Error[500 - Internal Server Error]:
    SSL negotiation failed: error:1406D0CB:SSL routines:GET_SERVER_HELLO:p
    +eer error no cipher at /home/myhome/perl5/lib/perl5/LWP/Protocol/http
    +.pm