Due changes in new versions of urllib3, some endpoints throws SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1000) error while connecting. Since this problem cannot be solved with verify=False flag, we should pin boto3 and botocore packages as mentioned (boto/boto3#3923 (comment)) until find better workaround/hack.
Due changes in new versions of urllib3, some endpoints throws
SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1000)error while connecting. Since this problem cannot be solved withverify=Falseflag, we should pinboto3andbotocorepackages as mentioned (boto/boto3#3923 (comment)) until find better workaround/hack.