Skip to content
New issue

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

Add verbose output when a ssl error occurs #145

Closed
lepapareil opened this issue Feb 5, 2021 · 1 comment
Closed

Add verbose output when a ssl error occurs #145

lepapareil opened this issue Feb 5, 2021 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@lepapareil
Copy link
Collaborator

lepapareil commented Feb 5, 2021

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.

@lepapareil lepapareil changed the title asd add more verbose output when a ssl error occurs Feb 5, 2021
@lepapareil lepapareil changed the title add more verbose output when a ssl error occurs add verbose output when a ssl error occurs Feb 5, 2021
@fabricereix fabricereix added enhancement New feature or request 1.1.0 labels Feb 5, 2021
@fabricereix
Copy link
Collaborator

implemented in #148

@fabricereix fabricereix changed the title add verbose output when a ssl error occurs Add verbose output when a ssl error occurs Feb 7, 2021
@lepapareil lepapareil added this to the 1.1.0 milestone Feb 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants