Skip to content

Commit

Permalink
engrish
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Reitz committed Dec 28, 2011
1 parent 5f768b1 commit 28db6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/advanced.rst
Expand Up @@ -53,7 +53,7 @@ Requests can verify SSL certificates for HTTPS requests, just like a web browser
>>> requests.get('https://kennethreitz.com', verify=True)
requests.exceptions.SSLError: hostname 'kennethreitz.com' doesn't match either of '*.herokuapp.com', 'herokuapp.com'

I don't have SSL setup on this domain, so it fails. Excellent. I do hate it setup for httpbin.org though::
I don't have SSL setup on this domain, so it fails. Excellent. I do have certs for httpbin.org though::

>>> requests.get('https://httpbin.org', verify=True)
<Response [200]>
Expand Down

0 comments on commit 28db6c3

Please sign in to comment.