-
I am having some issues in trying to access a jira system with self signed certs with this library. Do you have any suggestions. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hello @sdgirard! Could you please share any docs regarding self-signed certs for Atlassian Jira? |
Beta Was this translation helpful? Give feedback.
-
I am also having this issue. Is there a way to disable SSL verify? |
Beta Was this translation helpful? Give feedback.
-
for now i found a work around through Axios to disable SSL/TLS certificate verification by using the baseRequestConfig parameter of the client and passing an httpsAgent. More info: https://www.codewithyou.com/blog/how-to-use-axios-to-handle-ssltls-certificate-verification-errors-in-nodejs |
Beta Was this translation helpful? Give feedback.
for now i found a work around through Axios to disable SSL/TLS certificate verification by using the baseRequestConfig parameter of the client and passing an httpsAgent. More info: https://www.codewithyou.com/blog/how-to-use-axios-to-handle-ssltls-certificate-verification-errors-in-nodejs