Advertisement
giveen

script_response

Oct 21st, 2013
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. Exception in thread Thread-1330:
  2. Traceback (most recent call last):
  3. File "C:\Python27\lib\threading.py", line 554, in __bootstrap_inner
  4. self.run()
  5. File "Hash_org.py", line 22, in run
  6. response = urllib.urlopen("https://www.hashes.org/api.php?do=check&hash1=" +
  7. self.password.strip("\n"))
  8. File "C:\Python27\lib\urllib.py", line 84, in urlopen
  9. return opener.open(url)
  10. File "C:\Python27\lib\urllib.py", line 205, in open
  11. return getattr(self, name)(url)
  12. File "C:\Python27\lib\urllib.py", line 435, in open_https
  13. h.endheaders(data)
  14. File "C:\Python27\lib\httplib.py", line 951, in endheaders
  15. self._send_output(message_body)
  16. File "C:\Python27\lib\httplib.py", line 811, in _send_output
  17. self.send(msg)
  18. File "C:\Python27\lib\httplib.py", line 773, in send
  19. self.connect()
  20. File "C:\Python27\lib\httplib.py", line 1158, in connect
  21. self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file)
  22. File "C:\Python27\lib\ssl.py", line 372, in wrap_socket
  23. ciphers=ciphers)
  24. File "C:\Python27\lib\ssl.py", line 134, in __init__
  25. self.do_handshake()
  26. File "C:\Python27\lib\ssl.py", line 296, in do_handshake
  27. self._sslobj.do_handshake()
  28. IOError: [Errno socket error] [Errno 8] _ssl.c:503: EOF occurred in violation of
  29. protocol
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement