perl - How to connect to an HTTPS server using JIRA::Client::Automated -


how can connect https server using perl jira::client::automated module?

provide https url:

use strict; use warnings use jira::client::automated;  $user = 'foo'; $pass = 'bar'; $url = 'https://xxx.yyy';  $jira = jira::client::automated->new($url, $user, $pass); 

consider reading documentation, or @ least stating problems had when tried.


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -