node-easy-cert icon indicating copy to clipboard operation
node-easy-cert copied to clipboard

feat: Add options fields to avoid ssl certificate problem

Open TRonsbibubibu opened this issue 6 years ago • 1 comments

Calling ifRootCATrusted method on non-windows platform is possible to throw a ssl verify problem when trusting a self signed certificate.

const testCmd = `curl https://${DOMAIN_TO_VERIFY_HTTPS}:${port}`;

TRonsbibubibu avatar Nov 29 '19 04:11 TRonsbibubibu

+1

youngjuning avatar May 13 '24 10:05 youngjuning