[GitHub] rabbah commented on issue #101: please add ignore_certs env var

2018-03-13 Thread GitBox
rabbah commented on issue #101: please add ignore_certs env var URL: https://github.com/apache/incubator-openwhisk-client-js/issues/101#issuecomment-372762702 > I would think you would have the same issue with any of the client libraries you are making available for action development

[GitHub] rabbah commented on issue #101: please add ignore_certs env var

2018-03-13 Thread GitBox
rabbah commented on issue #101: please add ignore_certs env var URL: https://github.com/apache/incubator-openwhisk-client-js/issues/101#issuecomment-372762237 We don?t have such a setting today - so we?d need to think about how to add it, thread it through the invoker, and into the

[GitHub] rabbah commented on issue #101: please add ignore_certs env var

2018-03-13 Thread GitBox
rabbah commented on issue #101: please add ignore_certs env var URL: https://github.com/apache/incubator-openwhisk-client-js/issues/101#issuecomment-372753829 @jthomas this would be ok if running locally with node. We do not know in a deployment if the certificate is trusted or not. This

[GitHub] rabbah commented on issue #101: please add ignore_certs env var

2018-03-11 Thread GitBox
rabbah commented on issue #101: please add ignore_certs env var URL: https://github.com/apache/incubator-openwhisk-client-js/issues/101#issuecomment-372140846 Thanks for the clarification. So these are actions. The constructors accept the namespace and api host optionally from the

[GitHub] rabbah commented on issue #101: please add ignore_certs env var

2018-03-11 Thread GitBox
rabbah commented on issue #101: please add ignore_certs env var URL: https://github.com/apache/incubator-openwhisk-client-js/issues/101#issuecomment-372128750 Scott can you clarify how you?re developing and running? Are you writing js/node code and running it with node against a

[GitHub] rabbah commented on issue #101: please add ignore_certs env var

2018-03-11 Thread GitBox
rabbah commented on issue #101: please add ignore_certs env var URL: https://github.com/apache/incubator-openwhisk-client-js/issues/101#issuecomment-372128750 Scott can you clarify how you?re developing and running? Are you writing js/node code and running it with node against a

[GitHub] rabbah commented on issue #101: please add ignore_certs env var

2018-03-11 Thread GitBox
rabbah commented on issue #101: please add ignore_certs env var URL: https://github.com/apache/incubator-openwhisk-client-js/issues/101#issuecomment-372126177 I?m just pointing out we have at least three ways to achieve the workaround today: parameter, node?s own env var, or use an http

[GitHub] rabbah commented on issue #101: please add ignore_certs env var

2018-03-11 Thread GitBox
rabbah commented on issue #101: please add ignore_certs env var URL: https://github.com/apache/incubator-openwhisk-client-js/issues/101#issuecomment-372125994 The wsk prop file doesn?t help. We rejected the pr which records the certificate validity.

[GitHub] rabbah commented on issue #101: please add ignore_certs env var

2018-03-11 Thread GitBox
rabbah commented on issue #101: please add ignore_certs env var URL: https://github.com/apache/incubator-openwhisk-client-js/issues/101#issuecomment-372125855 Why not just set NODE_TLS_REJECT_UNAUTHORIZED This is an

[GitHub] rabbah commented on issue #101: please add ignore_certs env var

2018-03-11 Thread GitBox
rabbah commented on issue #101: please add ignore_certs env var URL: https://github.com/apache/incubator-openwhisk-client-js/issues/101#issuecomment-372125100 It?s a heuristic that would be prone to error. I use an alias ?openwhisk? as my api host for my local deployment. I?d

[GitHub] rabbah commented on issue #101: please add ignore_certs env var

2018-03-11 Thread GitBox
rabbah commented on issue #101: please add ignore_certs env var URL: https://github.com/apache/incubator-openwhisk-client-js/issues/101#issuecomment-372122094 You can pass a parameter: ignore_certs. Turns off server SSL/TLS certificate verification. This allows the client to be