forwardProxyUri

Trying configure Explicit Proxy for environment in Apigee X, in documentation say that it can be one of “http” or “https” :

Optional. URI of the forward proxy to be applied to the runtime instances in this environment. Must be in the format of {scheme}://{hostname}:{port}. Note that the scheme must be one of “http” or “https”, and the port must be supplied.

To remove a forwa

“message”: “forwardProxyUri scheme must be "http", got https”

rd proxy setting, update the field to an empty value.

Note: At this time, PUT operations to add forwardProxyUri to an existing environment fail if the environment has nodeConfig set up. To successfully add the forwardProxyUri setting in this case, include the NodeConfig details with the request.

https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations.environments#Environment

But when i tried to configure it i got error that it is have to be only http…why?

“message”: “forwardProxyUri scheme must be "http", got https”

I think this is a bug in our documentation. internal reference: cl/733490286

The intention was to support only http as the scheme for forward proxies in Apigee X.