New Feature in Flowlink 1.3.0
Support for HTTP/HTTPS Proxy
Beginning with this release, Flowlink now supports HTTP/HTTPS proxy. When Flowlink is running behind a proxy or in a corporate network and the PCE is in the cloud, Flowlink can now access the PCE via HTTP/HTTPS proxy configurations.
The following configuration parameter is available to define an HTTP/HTTPS proxy:
proxy_config: https_proxy: <HTTPS_PROXY> http_proxy: {} <HTTPS_PROXY>{}
See the following example of Flowlink YAML configuration file:
proxy_config: https_proxy: http://proxy.corporate.com:3128 http_proxy: http://proxy.corporate.com:3128
In the above example, the HTTP/HTTPS proxy is running on FQDN proxy.corporate.com{{ port: 3128}}
.