Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- =================================
- = Adobe macOS Package Generator =
- ============= 0.1.0 =============
- Downloading products.xml
- Traceback (most recent call last):
- File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/urllib3/connectionpool.py", line 665, in urlopen
- httplib_response = self._make_request(
- File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/urllib3/connectionpool.py", line 376, in _make_request
- self._validate_conn(conn)
- File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/urllib3/connectionpool.py", line 994, in _validate_conn
- conn.connect()
- File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/urllib3/connection.py", line 352, in connect
- self.sock = ssl_wrap_socket(
- File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/urllib3/util/ssl_.py", line 370, in ssl_wrap_socket
- return context.wrap_socket(sock, server_hostname=server_hostname)
- File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/ssl.py", line 500, in wrap_socket
- return self.sslsocket_class._create(
- File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/ssl.py", line 1040, in _create
- self.do_handshake()
- File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/ssl.py", line 1309, in do_handshake
- self._sslobj.do_handshake()
- ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "./ccdl.py", line 234, in <module>
- products_xml = get_products_xml()
- File "./ccdl.py", line 186, in get_products_xml
- return ET.fromstring(r(ADOBE_PRODUCTS_XML_URL))
- File "./ccdl.py", line 179, in r
- return http.request('GET', url, headers={
- File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/urllib3/request.py", line 75, in request
- return self.request_encode_url(
- File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/urllib3/request.py", line 97, in request_encode_url
- return self.urlopen(method, url, **extra_kw)
- File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/urllib3/poolmanager.py", line 330, in urlopen
- response = conn.urlopen(method, u.request_uri, **kw)
- File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/urllib3/connectionpool.py", line 747, in urlopen
- return self.urlopen(
- File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/urllib3/connectionpool.py", line 747, in urlopen
- return self.urlopen(
- File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/urllib3/connectionpool.py", line 747, in urlopen
- return self.urlopen(
- File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/urllib3/connectionpool.py", line 719, in urlopen
- retries = retries.increment(
- File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/urllib3/util/retry.py", line 436, in increment
- raise MaxRetryError(_pool, url, error or ResponseError(cause))
- urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='prod-rel-ffc-ccm.oobesaas.adobe.com', port=443): Max retries exceeded with url: /adobe-ffc-external/core/v4/products/all?_type=xml&channel=ccm&platform=osx10,osx10-64&productType=Desktop (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)')))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement