ionic 3 / node.js - Self signed certificate in certificate chain (how to disable strict-ssl?)
问题 I cannot create a ionic project with ionic start because of following error: Error: self signed certificate in certificate chain at TLSSocket.<anonymous> (_tls_wrap.js:1103:38) at emitNone (events.js:106:13) at TLSSocket.emit (events.js:208:7) at TLSSocket._finishInit (_tls_wrap.js:637:8) at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:467:38) on cmd: ionic start myApp tabs Because our proxy sends a self-signed signature for all sites. (FortiGate of FortiNet) In npm I set strict-ssl to false and