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

Fix #195, Don't log ssl.CertificateError #199

Merged
merged 1 commit into from
Oct 10, 2018

Conversation

fantix
Copy link
Member

@fantix fantix commented Sep 29, 2018

@@ -126,6 +126,13 @@ cdef int ssl_SSL_ERROR_WANT_READ = ssl.SSL_ERROR_WANT_READ
cdef int ssl_SSL_ERROR_WANT_WRITE = ssl.SSL_ERROR_WANT_WRITE
cdef int ssl_SSL_ERROR_SYSCALL = ssl.SSL_ERROR_SYSCALL

cdef FATAL_ERROR_IGNORE = (
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we rename this to FATAL_SSL_ERROR_IGNORE

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense! Will do, thx.

@1st1
Copy link
Member

1st1 commented Oct 5, 2018

What's the status on this?

@fantix fantix force-pushed the t195_dont_log_ssl_cert_err branch from 4477e31 to ad0b9c4 Compare October 5, 2018 09:56
@fantix
Copy link
Member Author

fantix commented Oct 5, 2018

There it is! 😃

@1st1 1st1 merged commit 848e478 into MagicStack:master Oct 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants