You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/02/11 19:49:15 UTC

[GitHub] rabbah commented on a change in pull request #21: Proper handling of ssl certificate validation

rabbah commented on a change in pull request #21: Proper handling of ssl certificate validation
URL: https://github.com/apache/incubator-openwhisk-composer/pull/21#discussion_r255666187
 
 

 ##########
 File path: conductor.js
 ##########
 @@ -60,8 +61,9 @@ module.exports = function (options) {
 
   if (process.env.__OW_API_HOST) apihost = process.env.__OW_API_HOST
   if (process.env.__OW_API_KEY) apikey = process.env.__OW_API_KEY
+  if (process.env.__OW_IGNORE_CERTS) ignorecerts = process.env.__OW_IGNORE_CERTS
 
 Review comment:
   this variable is not actually set by the invoker (like the other two) if you're relying on that.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services