Date: Mon, 01 Jun 2020 08:30:23 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 246903] s3cmd failing with SSL error Message-ID: <bug-246903-7788-DAAOjIgau3@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-246903-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-246903-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246903 --- Comment #2 from mmatalka@gmail.com --- awscli is failing for similar reasons. Traceback (most recent call last): File "/usr/local/bin/aws", line 19, in <module> import awscli.clidriver File "/usr/local/lib/python3.7/site-packages/awscli/clidriver.py", line 1= 7, in <module> import botocore.session File "/usr/local/lib/python3.7/site-packages/botocore/session.py", line 2= 9, in <module> import botocore.credentials File "/usr/local/lib/python3.7/site-packages/botocore/credentials.py", li= ne 34, in <module> from botocore.config import Config File "/usr/local/lib/python3.7/site-packages/botocore/config.py", line 16= , in <module> from botocore.endpoint import DEFAULT_TIMEOUT, MAX_POOL_CONNECTIONS File "/usr/local/lib/python3.7/site-packages/botocore/endpoint.py", line = 22, in <module> from botocore.awsrequest import create_request_object File "/usr/local/lib/python3.7/site-packages/botocore/awsrequest.py", line 25, in <module> import botocore.utils File "/usr/local/lib/python3.7/site-packages/botocore/utils.py", line 31,= in <module> import botocore.httpsession File "/usr/local/lib/python3.7/site-packages/botocore/httpsession.py", li= ne 8, in <module> from urllib3.util.ssl_ import ( ImportError: cannot import name 'ssl' from 'urllib3.util.ssl_' (/usr/local/lib/python3.7/site-packages/urllib3/util/ssl_.py) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-246903-7788-DAAOjIgau3>