Hello. We have Testiny hosted on a local VPN with a self-signed certificate.
When uploading the report from CLI, it indicates:
export TESTINY_APP_URL=XXXXXXXXXXX
export TESTINY_API_KEY=XXXXXXXXXXX
./testiny-importer-linux automation --project TCF-1 --source “demo” --junit reports/TESTS-test.xml
o---o ----------------------------
| TESTINY IMPORTER 1.31.0
\-o ----------------------------
Import error: The provided API key or URL is not valid: self-signed certificate
The valid CA certificate is exported and the CA certificate list is correctly updated in Linux.
With curl to the URL, it indicates:
* SSL certificate verify ok.
How can we bypass certificate verification to accept a self-signed certificate or specify a particular certificate?