marc0l92 / obsidian-jira-issue

This plugin allows you to track the progress of Atlassian Jira issues from your Obsidian notes.
https://marc0l92.github.io/obsidian-jira-issue/
GNU Affero General Public License v3.0
239 stars 38 forks source link

ERR_SSL_CLIENT_AUTH_CERT_NEEDED on request #22

Closed lbarbaglia closed 1 year ago

lbarbaglia commented 2 years ago

Hello,

I configured the plugin with my private instance URL, the username and password to access it.

But when I try to add an issue, this happens: image

marc0l92 commented 2 years ago

Hello, I see there are many reason for that error:

https://techpages.net/err_bad_ssl_client_auth_cert-error/ https://www.minitool.com/news/err-bad-ssl-client-auth-cert.html

Do you use a self signed certificate for your private instance? Is the certification authority installed in your pc?

lbarbaglia commented 2 years ago

Thank you for your quick answer! I just checked, the certificate is not self-signed. image I can access the private instance correctly on Firefox (main) and also Chrome. The computer time is already synced, I don't have any Windows updates pending.

denniswalker commented 2 years ago

Same issue here, but it is because the company CA certs aren't installed on the machine. Just a thought, but could we make it a configurable option to check SSL certs? https://stackoverflow.com/questions/44658269/electron-how-to-allow-insecure-https

lbarbaglia commented 1 year ago

I don't know if my company changed some settings on the Jira instance or if the update of the plugin fixed it but I am now able to correctly display the information of the issues in Obsidian. Thanks!