benluteijn / cherokee

Automatically exported from code.google.com/p/cherokee
0 stars 1 forks source link

Can't post files to Django 1.0 with cherokee using HTTPS #203

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. install django
2. install https
3. try to post a file to django 1.

What is the expected output? What do you see instead?
the page with the uploaded file

What version of the product are you using? On what operating system?
cherokee 0.10.1 on Ubuntu hardy

Please provide any additional information below.

I've disabled the https  for cherokee and setup  stunnel for ssl and all
works fine

This happens only when there is a file to upload to django

Original issue reported on code.google.com by lnu...@gmail.com on 5 Nov 2008 at 9:47

GoogleCodeExporter commented 9 years ago
I get a white page  and this with  firefox  ( ubuntu and windows ) , safari on
windows , explorer 7 , chrome

With chrome I get an 302 Error

Original comment by lnu...@gmail.com on 5 Nov 2008 at 9:49

GoogleCodeExporter commented 9 years ago
Could you please test it again?
I think I fixed the issue a few days ago.

If I'm not wrong, it should be working on 0.11.x and trunk. :-)

Original comment by alobbs on 30 Nov 2008 at 6:40

GoogleCodeExporter commented 9 years ago
Starts working fine  after some posts   I get an error :

Connection Interrupted
The connection to the server was reset while the page was loading
The network link was interrupted while negotiating a connection. please try 
again

This with firefox  before this  I  only get a white page with no error message

Thank you

Original comment by lnu...@gmail.com on 1 Dec 2008 at 12:51

GoogleCodeExporter commented 9 years ago
This was with cherokee 0.11.2  ubuntu hardy debs from  ppa

Original comment by lnu...@gmail.com on 1 Dec 2008 at 12:52

GoogleCodeExporter commented 9 years ago
Do you mean that you've tested it with 0.11.2? :-?  The bug was reported almost 
one month before 0.11 was 
released, actually. 

if you have the change, please, give it a try. I think it's fixed on 0.11.
Thanks!

Original comment by alobbs on 1 Dec 2008 at 1:00

GoogleCodeExporter commented 9 years ago

Original comment by alobbs on 1 Dec 2008 at 2:00

GoogleCodeExporter commented 9 years ago
Yes I'm testing  with  0.11.2
And when I reported the bug  I was using 0.10.1   
and with every cherokee version since 0.10.1

at last now I can do  more posts before  the error shows   with  0.10.1  the 
first
post showed a white page 

tested  both with  FCGI and SCGI 

Original comment by lnu...@gmail.com on 1 Dec 2008 at 2:14

GoogleCodeExporter commented 9 years ago
It'd be really helpful if you could point me to a Django project/script with 
which I could reproduce the issue. ':)

Original comment by alobbs on 1 Dec 2008 at 2:28

GoogleCodeExporter commented 9 years ago
Installed  0.11.3   and I was able to do   30 POSTs until the error showed

Do you need access to a server or just the  django and cherokee admin ??

Original comment by lnu...@gmail.com on 3 Dec 2008 at 2:39

GoogleCodeExporter commented 9 years ago
is threre a  "debug" mode for cherokee to execute so I can see if there's an 
error ??

Original comment by lnu...@gmail.com on 3 Dec 2008 at 3:11

GoogleCodeExporter commented 9 years ago
It'd be better is I could reproduce the problem at my end. In that way I'll be 
able to debug it..

Original comment by alobbs on 3 Dec 2008 at 3:17

GoogleCodeExporter commented 9 years ago
Yes, there is a debugging facility:

 http://www.cherokee-project.com/doc/dev_debug.html

Original comment by alobbs on 3 Dec 2008 at 3:20

GoogleCodeExporter commented 9 years ago
Ive made a simple  app  I can send it to you 
all you need is to create the database and user then do a :

python manage.py syncdb 

this creates the database schema and admin user  so you can play with the admin 
by
doing posts  that's how I test this bug

Original comment by lnu...@gmail.com on 3 Dec 2008 at 3:45

GoogleCodeExporter commented 9 years ago
I strongly believe this has to do with it:

http://code.google.com/p/cherokee/issues/detail?id=282&sort=type I hope Alvaro 
can
apply the patch, or add Spanish flavor to it. We must be able to retest this.

Original comment by ste...@konink.de on 22 Dec 2008 at 3:08

GoogleCodeExporter commented 9 years ago
Aplied the patch for issue 282  and tested
all worked fine
Prior the patch I can only do about 28 posts before the error showed
now all worked fine  more than 100 posts and no error shows

Thank You 
Leonel 

Original comment by lnu...@gmail.com on 23 Dec 2008 at 8:14

GoogleCodeExporter commented 9 years ago
Thanks for reporting back! Hope you enjoy more of Cherokee :) The patch is in 
SVN,
and a release will be done soon :)

Original comment by ste...@konink.de on 23 Dec 2008 at 8:24

GoogleCodeExporter commented 9 years ago
Great work guys!
Thanks! :-)

Original comment by alobbs on 28 Dec 2008 at 5:11