Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MrYoda committed Apr 6, 2016
1 parent e7f6e62 commit c3e031d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python3/httplib2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ def __init__(self, host, port=None, key_file=None, cert_file=None,
http.client.HTTPSConnection.__init__(
self, host, port=port, key_file=key_file,
cert_file=cert_file, timeout=timeout, context=context,
check_hostname=True)
check_hostname=disable_ssl_certificate_validation ^ True)


SCHEME_TO_CONNECTION = {
Expand Down

0 comments on commit c3e031d

Please sign in to comment.