A class to handle opening of HTTPS URLs. context and check_hostname have the same meaning as in http.client.HTTPSConnection.
class urllib.request.HTTPSHandler(debuglevel=0, context=None, check_hostname=None)