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:
[email protected]


With regards,
Apache Git Services

Reply via email to