Skip to content

how to set a https proxy for wsk #514

Description

@GitHubDiom

Hello there,

I am wondering if can set a http/https proxy for openwhisk-cli.

I search document of repo:openwhisk and found there is some related instruction for setting it.

I set the mentioned env variable HTTPS_PROXY in one of my terminal by export HTTPS_PROXY=127.0.0.1:8080, where the 127.0.0.1:8080 is the address of my web proxy.

Then when I invoke an action wsk action invoke -r {action_name}, the action flow does not through my proxy.

The web proxy work fine when I invoke the action by curl --proxy 127.0.0.1:8080 http://localhost:3233/api/v1/web/{action_name}

Could anyone please tell me how to set up a HTTP/HTTPS proxy for wsk?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions