jira-cli
jira-cli copied to clipboard
weird ssl error while connecting...
when i try any command I get
Error listing projects: Error: write EPROTO 140735168680704:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:../deps/openssl/openssl/ssl/s23_clnt.c:782:
here is my config
{
"user":"USER",
"password":"PASS",
"host":"acompany.atlassian.net",
"protocol":"https:",
"strictSSL": false,
"port":"80",
"project":10003
}
ive tried all kinds of variations of protocol and strictSSL... no luck...
@kevindurb U also need to set "port":"443"
, since its over SSL