I am using the below code in python for sending request
def get(self, url): response = None try: ctx = ssl.SSLContext(ssl.PROTOCOL_TLSv1_1 | ssl.PROTOCO