-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to login #105
Comments
The SSL error makes me think that maybe your jira instance doesn't support |
I'm able to log into another (test) instance that isn't using SSL, by using the http:// option - however, neither http:// or https:// work for my main instance, which is using SSL. Is there any kind of separate key store used for alfred or this plugin, that maybe I need to import the cert to or something? It's an externally issued cert from InCommon RSA Server CA. |
Are you trying to access the https endpoint over an http proxy? What you're describing seems like it could be related to axios/axios#925. You could try applying this patch and see if it allows you to authenticate:
|
Hello,
Running:
MacOS 10.14.5
Node 12.4.0
Alfred 4.0.1 b1078
When I try to log in, I get an error "Unable to receive response from https://{my jira url}".
When debugging the workflow, this is the error:
Error: write EPROTO 4450465216:error:1425F102:SSL routines:ssl_choose_client_version:unsupported protocol:../deps/openssl/openssl/ssl/statem/statem_lib.c:1922:
Any ideas?
Thanks,
Dan
The text was updated successfully, but these errors were encountered: