i trying to make JIRA rest api call using axios in my node js backend but i always get self signed certificate in certificate chain error.
tried
process.env['NODE_TLS_REJECT_UNAUTHORIZED'] = 0
but didnt work.