Advertisement
Guest User

Untitled

a guest
Jul 17th, 2018
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. IOError: [Errno socket error] [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:726)
  2.  
  3. File "/Users/david/Documents/mozilla-unified/tools/tryselect/mach_commands.py", line 142, in try_fuzzy
  4. return run_fuzzy_try(**kwargs)
  5. File "/Users/david/Documents/mozilla-unified/tools/tryselect/selectors/fuzzy.py", line 225, in run_fuzzy_try
  6. all_tasks = generate_tasks(parameters, full, root=vcs.path)
  7. File "/Users/david/Documents/mozilla-unified/tools/tryselect/tasks.py", line 66, in generate_tasks
  8. params = load_parameters_file(params, strict=False)
  9. File "/Users/david/Documents/mozilla-unified/taskcluster/taskgraph/parameters.py", line 199, in load_parameters_file
  10. f = urllib.urlopen(filename)
  11. File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib.py", line 87, in urlopen
  12. return opener.open(url)
  13. File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib.py", line 213, in open
  14. return getattr(self, name)(url)
  15. File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib.py", line 443, in open_https
  16. h.endheaders(data)
  17. File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 1038, in endheaders
  18. self._send_output(message_body)
  19. File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 882, in _send_output
  20. self.send(msg)
  21. File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 844, in send
  22. self.connect()
  23. File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 1263, in connect
  24. server_hostname=server_hostname)
  25. File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ssl.py", line 369, in wrap_socket
  26. _context=self)
  27. File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ssl.py", line 617, in __init__
  28. self.do_handshake()
  29. File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ssl.py", line 846, in do_handshake
  30. self._sslobj.do_handshake()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement