HTTP proxy

If you would like to route traffic between your core instance and services using an HTTP proxy, pass the following options. All connections made by the core instance will be done through the specified proxy.

calyptia create core_instance operator ${CORE_INSTANCE_NAME} --http-proxy=https://localhost:3128

The --http-proxy can be used or --https-proxy option can be used for https.

Last updated