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

Verify SSL certificates for HTTPS requests #75

Merged
merged 1 commit into from
Jan 21, 2020

Conversation

NiyazNz
Copy link

@NiyazNz NiyazNz commented Jan 20, 2020

No description provided.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.1%) to 91.991% when pulling 44bc0a9 on NiyazNz:verify_ssl into 3ec95fe on xzkostyan:master.

@@ -46,11 +46,12 @@ def _get_type(type_str):

class RequestsTransport(object):
def __init__(self, db_url, db_name, username, password, timeout=None,
**kwargs):
verify=None, **kwargs):
Copy link
Owner

Choose a reason for hiding this comment

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

Let's set verify=True by default?

Copy link
Author

Choose a reason for hiding this comment

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

It makes no difference. If nothing set, it later internally resolves to True.

@xzkostyan xzkostyan merged commit f128cfc into xzkostyan:master Jan 21, 2020
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

3 participants