-
-
Notifications
You must be signed in to change notification settings - Fork 982
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
Handle insecure SSL warnings when connecting to JIRA servers #5
Comments
Thanks for digging into it! I like your suggestions, but for now I would assume that this is a rare use case (correct me if I'm wrong!) and for that it is too much effort to fix and there are some delicate security implications to consider. What you can try to do however is to set |
Yes certainly, untrusted certs are relatively uncommon and this needn't be a priority. I restarted using the latest (d5ba4f7) with |
When connecting to a JIRA with a self-signed certificate, SP breaks with errors like these in the console:
Even though the OS trusts the self-signed cert, NodeJS doesn't.
Ideally, SP would pop up a dialog saying "This certificate is untrusted - continue?". Next-best option would be to figure out new NodeJS's mechanism for allowing extra trusted certs (nodejs/node#9139).
The text was updated successfully, but these errors were encountered: