Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PYTHON-5309 Ensure AsyncMongoClient doesn't use PyOpenSSL #2286
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
PYTHON-5309 Ensure AsyncMongoClient doesn't use PyOpenSSL #2286
Changes from 43 commits
efe494d
b29d1ba
d9dfb99
c847f25
ae8ecc4
03f4ba1
5349164
67100fc
88ae345
e451ceb
0312acb
4e85024
dccd96a
c86a85f
12ef993
bc76aae
a9c63c8
67c6738
3ea4de7
38ad677
c57aed2
2591169
06a710d
ef4111e
0b3c6bb
9336f58
23b7cbe
760fa97
4b8a4ed
5807ba1
683ba33
d007c5f
05c061a
350f103
5fa117f
56c9662
a7324e5
af83d81
f6b17dd
74ca8be
536f189
24354b4
4178fcc
b2324e3
17cf61d
257f8fe
74f98c5
6752a67
750a9aa
e7e36b4
8af8f09
16d3cc3
6971fed
4d12c59
a0fe2e5
7b4ae9c
f02a791
4ed055e
981a046
c20623f
bdaf87a
c2b2cc3
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the motivation for adding this section?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh uh, I was struggling to get it working and asked Noah a bunch of questions, so he suggested I add a section here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm concerned about people seeing this section and misinterpreting it to mean that they should be using tlsAllowInvalidCertificates. Can we remove it or make it very clear that this is only for local testing (using our test certificates) and not production?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Intentional formatting change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nope, sorry it should be fixed now!