Hi,
On Wednesday, November 26, 2014 1:07:52 PM UTC-5, pythonista wrote:
-- A few things.
The stacktrace looks like it's getting gibberish. Maybe your cert and key don't match?
When I try, I can't get it to listen on a different port number. (It looks like you're trying to have it listen on 8020)
Why not have apache (or nginx) handle the SSL for you?
Collin
On Wednesday, November 26, 2014 1:07:52 PM UTC-5, pythonista wrote:
The application was working successfully on the Linux server.I am trying to implement the ssl functionality and getting the stack trace below after following the instructionsAny suggestions as to what is going on and how to fix this.We are running the dev server with a separate Apache server acting as a proxy.The comnmand line is$ python manage.py runsslserver --certificate /path/to/certificate.crt --key /path/to/key.key ip_adress:8020Thanks[26/Nov/2014 10:38:24] "GET /waitlist/ HTTP/1.1" 200 6341[26/Nov/2014 11:30:50] code 400, message Bad HTTP/0.9 request type ('\x16\x03\x01\x00C\x01\x00\x00?\x03\x01Tv\x0eJ\xb2\xecd\ x1f\xf5)\xd3\x8a\x9a4\xa5\x8c\ xd3U;\x04C') Traceback (most recent call last):File "/opt/python-2.7.8/lib/python2.7/SocketServer.py", line 595, in process_request_thread self.finish_request(request, client_address)File "/opt/python-2.7.8/lib/python2.7/SocketServer.py", line 334, in finish_request self.RequestHandlerClass(request, client_address, self) File "/opt/python-2.7.8/lib/python2.7/site-packages/ Django-1.7.1-py2.7.egg/django/ core/servers/basehttp.py", line 129, in __init__ super(WSGIRequestHandler, self).__init__(*args, **kwargs)File "/opt/python-2.7.8/lib/python2.7/SocketServer.py", line 651, in __init__ self.handle()File "/opt/python-2.7.8/lib/python2.7/wsgiref/simple_ server.py", line 117, in handle if not self.parse_request(): # An error code has been sent, just exitFile "/opt/python-2.7.8/lib/python2.7/BaseHTTPServer.py", line 281, in parse_request "Bad HTTP/0.9 request type (%r)" % command)File "/opt/python-2.7.8/lib/python2.7/BaseHTTPServer.py", line 368, in send_error self.send_response(code, message)File "/opt/python-2.7.8/lib/python2.7/BaseHTTPServer.py", line 385, in send_response self.log_request(code)File "/opt/python-2.7.8/lib/python2.7/BaseHTTPServer.py", line 422, in log_request self.requestline, str(code), str(size))File "/opt/python-2.7.8/lib/python2.7/site-packages/ Django-1.7.1-py2.7.egg/django/ core/servers/basehttp.py", line 136, in log_message msg = "[%s] %s\n" % (self.log_date_time_string(), format % args)UnicodeDecodeError: 'ascii' codec can't decode byte 0xb2 in position 16: ordinal not in range(128)
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/6d0aa6d6-c5d8-4dac-95d1-550509bbdae2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment