starpit commented on issue #101: please add ignore_certs env var
URL: 
https://github.com/apache/incubator-openwhisk-client-js/issues/101#issuecomment-372126570
 
 
   i do see what scott is after. he doesn't want to have to modify his code for 
various setups. i certainly wouldn't feel comfortable disabling cert checking 
globally (for all sites). he could introduce the env var support in *his* code 
(`ignore_certs: process.env.IGNORE_CERTS`), but why not just have this support 
in the npm directly?
   
   going further: openwhisk already passes __OW_API_HOST, etc. why not (also) 
inform the code that it (openwhisk) is using insecure certs, so that the code 
can configure itself accordingly?
   
   still, your suggestion to use http:10001 seems the easiest for now.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to