Open lepapareil opened 1 year ago
@lepapareil you are using curl with the schannel backend, which doesn’t support loading a client certificate from a PEM file. You have to load the certificate from Windows’ certificate store (see https://curl.se/docs/manpage.html#-E). Unfortunately hurl tries to fetch a file instead of a stored certificate.
Steps to reproduce
With powershell, clone hurl project and execute:
Integration test file that fails
Command that fails
What is the current bug behavior?
What is the expected correct behavior?
Relevant logs and/or screenshots
Output of checks