mynicolas / web-shell

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

http:// to https:// redirector needed #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I installed pyOpenSSL
2. I ran WebShell-0.9.0
3. When I attempted to connect (from my Mac or my iPhone), I see the following 
output:

Exception happened during processing of request from ('192.168.1.101', 52486)
Traceback (most recent call last):
  File 
"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/SocketSe
rver.py", 
line 222, in handle_request
    self.process_request(request, client_address)
  File 
"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/SocketSe
rver.py", 
line 241, in process_request
    self.finish_request(request, client_address)
  File 
"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/SocketSe
rver.py", 
line 254, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File 
"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/SocketSe
rver.py", 
line 521, in __init__
    self.handle()
  File 
"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/BaseHTTP
Server.p
y", line 324, in handle
    self.handle_one_request()
  File 
"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/BaseHTTP
Server.p
y", line 307, in handle_one_request
    self.raw_requestline = self.rfile.readline()
  File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/socket.py", 
line 338, in readline
    data = self._sock.recv(self._rbufsize)
Error: [('SSL routines', 'SSL23_GET_CLIENT_HELLO', 'http request')]

What version of the product are you using? On what operating system?

This is WebShell-0.9.0, running on MacOSX 10.4.10

Original issue reported on code.google.com by clarkc...@gmail.com on 26 Jul 2007 at 3:01

GoogleCodeExporter commented 8 years ago
It's working allright. Make sure you are connecting to httpS://, not http://, 
that's the error you are getting.

Probably a good thing to do: a http:// to https:// redirector

Original comment by mre...@gmail.com on 26 Jul 2007 at 5:47

GoogleCodeExporter commented 8 years ago
I *am* connecting using https. I see the above from error WebShell.

While Safari tells me:

Safari can’t open the page.
Safari can’t open the page “https://localhost:8022/” because the server 
unexpectedly dropped the connection, 
which sometimes occurs when the server is busy. You might be able to open the 
page later.

Original comment by clarkc...@gmail.com on 26 Jul 2007 at 7:25

GoogleCodeExporter commented 8 years ago
I have the same issue

Original comment by chibiao....@gmail.com on 1 Mar 2010 at 4:40

GoogleCodeExporter commented 8 years ago
Same issue repeats.

Original comment by ahmetalp...@gmail.com on 17 Jul 2010 at 8:32

GoogleCodeExporter commented 8 years ago
Having the same issue, Python 2.7, pyOpenSSL installed, Webshell 0.9.6, 
generated a key, running on Linux CRUX, 3.1.0rc9 kernel. I do get the warning 
in my browser that the key is self signed, then the error and no connect.  So 
it's getting that far.

Original comment by paul.lip...@gmail.com on 20 Oct 2011 at 3:37

GoogleCodeExporter commented 8 years ago
Yes, doesn't work properly with https and python 2.7

Original comment by vadim.ro...@gmail.com on 21 Jul 2014 at 7:23