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

Use simpler certificate validation callback #42

Merged
merged 1 commit into from
Aug 5, 2023

Conversation

jborean93
Copy link
Contributor

Uses a simpler certificate validation callback that does not affect the process wide callback mechanism. This ensures that a crticial failure during the send operation will not affect the globals cope. It will also allow multi threaded applications to not impact each other.

Uses a simpler certificate validation callback that does not affect the
process wide callback mechanism. This ensures that a crticial failure
during the send operation will not affect the globals cope. It will also
allow multi threaded applications to not impact each other.
@PrzemyslawKlys PrzemyslawKlys merged commit c2df10d into EvotecIT:master Aug 5, 2023
3 of 5 checks passed
@jborean93 jborean93 deleted the cert-validation branch August 5, 2023 07:16
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.

None yet

2 participants