google-code-export / web-shell

Automatically exported from code.google.com/p/web-shell
1 stars 1 forks source link

Error: [('SSL routines', 'SSL23_READ', 'ssl handshake failure')] #68

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Firefox 6.0 and Chrome
2. open webshell from external box
3.

What is the expected output? What do you see instead?
I have to confirm the certificate in the browser.
After this I see nothing in the browser.

What version of the product are you using? On what operating system?
0.9.6
Lubuntu Linux 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC 2011 i686 
i686 i386 GNU/Linux

Please provide any additional information below.
root@ufe:~/webshell/WebShell-0.9.6# ./webshell.py
WebShell (https) at 0.0.0.0, port 8022
----------------------------------------
Exception happened during processing of request from ('192.168.1.34', 49980)
Traceback (most recent call last):
  File "/usr/lib/python2.7/SocketServer.py", line 284, in _handle_request_noblock
    self.process_request(request, client_address)
  File "/usr/lib/python2.7/SocketServer.py", line 310, in process_request
    self.finish_request(request, client_address)
  File "/usr/lib/python2.7/SocketServer.py", line 323, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/usr/lib/python2.7/SocketServer.py", line 639, in __init__
    self.handle()
  File "/usr/lib/python2.7/BaseHTTPServer.py", line 343, in handle
    self.handle_one_request()
  File "/usr/lib/python2.7/BaseHTTPServer.py", line 313, in handle_one_request
    self.raw_requestline = self.rfile.readline(65537)
  File "/usr/lib/python2.7/socket.py", line 476, in readline
    data = self._sock.recv(self._rbufsize)
Error: [('SSL routines', 'SSL23_READ', 'ssl handshake failure')]
----------------------------------------
Traceback (most recent call last):
  File "./webshell.py", line 1426, in <module>
    main()
  File "./webshell.py", line 1420, in main
    httpd.serve_forever()
  File "/usr/lib/python2.7/SocketServer.py", line 227, in serve_forever
    self._handle_request_noblock()
  File "/usr/lib/python2.7/SocketServer.py", line 287, in _handle_request_noblock
    self.shutdown_request(request)
  File "/usr/lib/python2.7/SocketServer.py", line 459, in shutdown_request
    request.shutdown(socket.SHUT_WR)
TypeError: shutdown() takes exactly 0 arguments (1 given)

Original issue reported on code.google.com by ufe@hembach-1.de on 31 Aug 2011 at 8:56

GoogleCodeExporter commented 9 years ago
I am also getting this in Firefox 9 and Opera 11 under Fedora 16.

Original comment by SordidAr...@gmail.com on 24 Jan 2012 at 9:23