Need to connect to JIRA 6.0.5 using SOAP/Rest Client through Perl

Romit Sen May 5, 2015
#!/usr/bin/perl
use SOAP::Lite;
use Data::Dumper;
my $soap = SOAP::Lite->proxy('https://jira.intra.sears.com/jira/rpc/soap');
my $auth = $soap->login('automation','XXXXXXX');

 

I get an error:

 500 Can't connect to jira.intra.sears.com:443 (certificate verify failed) at

 C:/BegPerl/jira.pl line 7

  

  

 JIRA version is 6.0.5

  Please help.

 -Regards

 Romit 

 

.

 

  

 

 

 

 

 

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Volodymyr Krupach
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 5, 2015

You can try to tell perl to do not check your JIRA SSL certificate: http://stackoverflow.com/questions/13385846/scripts-broke-after-upgrading-lwp-certificate-verify-failed

0 votes
Romit Sen May 5, 2015

soap-jira.png

TAGS
AUG Leaders

Atlassian Community Events