Lines Matching refs:HTTPS
385 """Use HTTPS protocol."""
403 if urltype.lower() != 'https':
411 #print "proxy via https:", host, selector
412 if not host: raise IOError, ('https error', 'no host given')
423 h = httplib.HTTPS(host, 0,
448 return addinfourl(fp, headers, "https:" + url, errcode)
651 # other than HTTP, HTTPS or FTP.
654 newurl_lower.startswith('https://') or
741 newurl = 'https://' + host + selector
742 proxy = self.proxies['https']
750 self.proxies['https'] = 'https://' + proxyhost + proxyselector
776 newurl = 'https://' + host + selector
1508 proxies['https'] = 'https://%s' % proxyServer