Using Download-file npm
from https protocol shows the below error,
Error: self signed certificate in certificate chain
I added the below options,
rejectUnauthorized: false,
requestCert: true,
agent: false
still not working
Using Download-file npm
from https protocol shows the below error,
Error: self signed certificate in certificate chain
I added the below options,
rejectUnauthorized: false,
requestCert: true,
agent: false
still not working