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 2021/09/23 13:14:40 UTC

[GitHub] [openwhisk-cli] GitHubDiom commented on issue #514: how to set a https proxy for wsk

GitHubDiom commented on issue #514:
URL: https://github.com/apache/openwhisk-cli/issues/514#issuecomment-925805739


   The proxy I used is [mitmproxy](https://mitmproxy.org/), which can intercept both HTTP and HTTPS requests.
   
   The mitmproxy listens `localhost:8080` by default, so I try to let the `wsk` to through the proxy by `export HTTPS_PROXY=127.0.0.1:8080` in my terminal.
   
   But it didn't work


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org