jira-cli icon indicating copy to clipboard operation
jira-cli copied to clipboard

weird ssl error while connecting...

Open kevindurb opened this issue 9 years ago • 1 comments

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 avatar Sep 17 '15 20:09 kevindurb

@kevindurb U also need to set "port":"443", since its over SSL

bradoyler avatar Apr 02 '16 17:04 bradoyler