We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using hurl to call an https server whose certificates had expired I found that the error output was not accurate enough, example:
test.hurl: failure error: Http Connection --> test.hurl:16:5 | 16 | GET https://localhost/test | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SSL certificate problem
It would be interesting to have the complete error stack allowing us to understand that it was the cause of a certificate expiry in first reading.
The text was updated successfully, but these errors were encountered:
implemented in #148
Sorry, something went wrong.
No branches or pull requests
Using hurl to call an https server whose certificates had expired I found that the error output was not accurate enough, example:
It would be interesting to have the complete error stack allowing us to understand that it was the cause of a certificate expiry in first reading.
The text was updated successfully, but these errors were encountered: