You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Is there an existing feature request for this?
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.
snyk-migrate-to-github-app/snyk_migrate_to_github_app/main.py
Line 123 in ac506a9
Additional Information
No response
The text was updated successfully, but these errors were encountered: