eykrehbein / strest

⚡️ CI-ready tests for REST APIs configured in YAML
MIT License
1.74k stars 59 forks source link

allow self signed cert #37

Closed jgroom33 closed 6 years ago

jgroom33 commented 6 years ago

error:

/ # strest foo.yml

[ Strest ] Found 1 test file(s)
[ Strest ] Schema validation: 1 of 1 file(s) passed

✖ Testing login failed (0.434s)

Error: self signed certificate

[ Strest ] Failed before finishing all requests

solution: add a param to allow self-signed certs: https://github.com/axios/axios/issues/535