node --version: v14.15.0
a0deploy.cmd --version: 5.2.1
When using proxy_url and the proxy is doing ssl-inspection and presenting its own certificate a0deploy fails with:
2020-11-02T09:17:16.758Z - debug: Start command export
2020-11-02T09:17:18.226Z - error: Problem running command export
2020-11-02T09:17:18.227Z - error: unable to get local issuer certificate
2020-11-02T09:17:18.228Z - debug: APIError: unable to get local issuer certificate
Command used:
a0deploy.cmd export --config_file config.json --format yaml --output_folder .\config --proxy_url ‘http://xxxx:8080’ --debug
Is the cli missing the option to ignore ssl errors or using a custom CA file when using proxy_url? Or is there a work-around?