Skip to content

PYTHON-2344 Update TLS examples to use unified TLS URI options #504

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

Merged
merged 1 commit into from
Oct 19, 2020

Conversation

ShaneHarvey
Copy link
Member

No description provided.


If the private key for the client certificate is stored in a separate file use
the `ssl_keyfile` option::
Copy link
Member Author

Choose a reason for hiding this comment

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

I've kept in ssl_keyfile because we currently still support it. https://jira.mongodb.org/browse/PYTHON-2396 will figure out if we want to remove it in PyMongo 4.0.

Copy link
Contributor

@prashantmital prashantmital left a comment

Choose a reason for hiding this comment

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

This LGTM but I couldn't find a ticket where we would rename the internal names for these options to the TLS*-equivalents. Currently, the ssl* names are used everywhere internally in the PyMongo codebase. Do you think we should have a ticket for changing that slated for PyMongo 4.0?

@ShaneHarvey ShaneHarvey merged commit b210bff into mongodb:master Oct 19, 2020
@ShaneHarvey
Copy link
Member Author

Do you think we should have a ticket for changing that slated for PyMongo 4.0?

Sure. We could even do it sooner since it's all internal only names.

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