Advertisement
Guest User

Untitled

a guest
Mar 24th, 2020
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.61 KB | None | 0 0
  1. =================================
  2. = Adobe macOS Package Generator =
  3. ============= 0.1.0 =============
  4. Downloading products.xml
  5. Traceback (most recent call last):
  6. File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/urllib3/connectionpool.py", line 665, in urlopen
  7. httplib_response = self._make_request(
  8. File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/urllib3/connectionpool.py", line 376, in _make_request
  9. self._validate_conn(conn)
  10. File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/urllib3/connectionpool.py", line 994, in _validate_conn
  11. conn.connect()
  12. File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/urllib3/connection.py", line 352, in connect
  13. self.sock = ssl_wrap_socket(
  14. File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/urllib3/util/ssl_.py", line 370, in ssl_wrap_socket
  15. return context.wrap_socket(sock, server_hostname=server_hostname)
  16. File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/ssl.py", line 500, in wrap_socket
  17. return self.sslsocket_class._create(
  18. File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/ssl.py", line 1040, in _create
  19. self.do_handshake()
  20. File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/ssl.py", line 1309, in do_handshake
  21. self._sslobj.do_handshake()
  22. ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)
  23. During handling of the above exception, another exception occurred:
  24. Traceback (most recent call last):
  25. File "./ccdl.py", line 234, in <module>
  26. products_xml = get_products_xml()
  27. File "./ccdl.py", line 186, in get_products_xml
  28. return ET.fromstring(r(ADOBE_PRODUCTS_XML_URL))
  29. File "./ccdl.py", line 179, in r
  30. return http.request('GET', url, headers={
  31. File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/urllib3/request.py", line 75, in request
  32. return self.request_encode_url(
  33. File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/urllib3/request.py", line 97, in request_encode_url
  34. return self.urlopen(method, url, **extra_kw)
  35. File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/urllib3/poolmanager.py", line 330, in urlopen
  36. response = conn.urlopen(method, u.request_uri, **kw)
  37. File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/urllib3/connectionpool.py", line 747, in urlopen
  38. return self.urlopen(
  39. File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/urllib3/connectionpool.py", line 747, in urlopen
  40. return self.urlopen(
  41. File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/urllib3/connectionpool.py", line 747, in urlopen
  42. return self.urlopen(
  43. File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/urllib3/connectionpool.py", line 719, in urlopen
  44. retries = retries.increment(
  45. File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/urllib3/util/retry.py", line 436, in increment
  46. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  47. 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