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.
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”