sni

using requests with TLS doesn't give SNI support

using requests with TLS doesn't give SNI support Question: I’m using requests to communicate with a django app but When I try requests.get(‘https://mysite.com’, verify=True) I get the error: hostname ‘mysite.com’ doesn’t match either of ‘*.myhost.com’, ‘myhost.com’ However, when I look at the browser, or http://www.digicert.com/help/ the certificate looks fine and dandy. My host suggested it …

Total answers: 6