Skip to content
This repository was archived by the owner on Jan 30, 2019. It is now read-only.
This repository was archived by the owner on Jan 30, 2019. It is now read-only.

Allow Insecure Calls to the 3scale APIs #69

@tnscorcoran

Description

@tnscorcoran

Many 3scale On-Premises test installations use self-signed certificates. The CLI currently fails as the API calls aren't configured to allow insecure traffic.

Adding this allows them:
process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0";

Request to be able to pass in a flag that sets this in the code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions