Joined April 2017
·

kiran

Add this line in the code

options = {
:username =>jiraUsrname,
:password =>jiraPwd,
:site => jiraUrlnew,
:contextpath => '',
:auth
type => :basic,
:usessl => true,
:ssl
verifymode => OpenSSL::SSL::VERIFYNONE
}
:sslverifymode => OpenSSL::SSL::VERIFY_NONE this line of code fix this issue

Achievements
1 Karma
0 Total ProTip Views