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

[FEAT]: Enhance REST request error logging to explicitly report SSL errors #8

Open
1 task done
abetterbuilder opened this issue Jan 9, 2025 · 0 comments
Open
1 task done
Labels
enhancement New feature or request

Comments

@abetterbuilder
Copy link

Is there an existing feature request for this?

  • I have searched the existing feature requests

Description

In cases where SSL inspection is being done on a workstation and a REST request is unsuccessful due to missing or failed certificate validation, the python libs (certifi and requests) typically dump SSL errors to STDOUT. This script does not surface SSL errors and it made diagnosing connection issues difficult. It would be immensely helpful to have additional information logged to the console in the case of failed SSL inspection on execution.

except requests.ConnectionError:

Additional Information

No response

@abetterbuilder abetterbuilder added the enhancement New feature or request label Jan 9, 2025
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

1 participant