You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our case we need to use the proxy while downloading the certificates. remote_file fails gives tiemouts.
I implemented an ugly patch so we can pass "proxy" when using ca_cert::ca, but I guess that you would like to implemnt it in a way it supports the same proxy-related parameters than remote_file.
The remote_file type provides several proxy-related parameters. You should choose between specifying proxy or specifying proxy_host and proxy_port. The following two examples are equivalent.
I can create a PR in case you don't want to implement more than the plain "proxy" way of defining a proxy in remote_file.
The text was updated successfully, but these errors were encountered:
In our case we need to use the proxy while downloading the certificates. remote_file fails gives tiemouts.
I implemented an ugly patch so we can pass "proxy" when using ca_cert::ca, but I guess that you would like to implemnt it in a way it supports the same proxy-related parameters than remote_file.
I can create a PR in case you don't want to implement more than the plain "proxy" way of defining a proxy in remote_file.
The text was updated successfully, but these errors were encountered: