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 2018/01/03 14:44:14 UTC

[GitHub] mdeuser opened a new issue #54: http/https proxy support is broken

mdeuser opened a new issue #54: http/https proxy support is broken
URL: https://github.com/apache/incubator-openwhisk-client-go/issues/54
 
 
   When using the `wsk` CLI with a proxy, the proxy configuration is ignored.
   
   Steps to recreate.
   1. run `wsk action list`.  confirm the command works successfully as expected.
   2. set the HTTPS_PROXY environment variable to `https://some.non.existent.host:1234`
   3. run `wsk action list` again
   
   Expected result:
   An error containing `proxyconnect tcp: dial tcp:` in the error message
   
   Actual result:
   Results of successful `wsk action list` command.
   

----------------------------------------------------------------
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