Hi All, I have registered to mathopd mailing list successfully. I got a welcome message as well.Then I received one of the posted mail also. But I sent a mail it's not published in mailing list . I dont know where is the problem.
This mail follows the mail chain about my problem and the fix about it. Once again thanks Allwyn for helping me , If you have not received my previous mail, please check this one and give me your feedback. Thanks Rabindra ---------- Forwarded message ---------- From: Rabindra Paikaray <[EMAIL PROTECTED]> Date: Nov 28, 2008 10:23 AM Subject: Re: Mathopd ssl failing to submit form To: Mathopd Mailing List <[email protected]> Hi Allwyn, Thanks for your immediate reply. Now I am a register member of mathopd mailing list. I am using OpenSSL for ssl by adding this two line in Makefile. *CPPFLAGS += -DUSE_SSL_OPENSSL LDFLAGS += -lssl* I observed it when number of fields are increased in my javascript . Then it used to fail and mathopd throw error like script time and poll interupted . I tried with the *DEFAULT_INPUT_BUF_SIZE ,* which is now 2k Increased it to 4k which is now working fine . I have not done any detail debugging , where it exactly fails .But it solved my problem. If you need any further information please ask me I will provide it. Thanks Rabindra On 11/27/08, Mr Allwyn Fernandes <[EMAIL PROTECTED]> wrote: > Hi Rabindra, > > Firstly: you need to be a member of the mailing list in order to post to > it. > Join the mailing like this: http://www.mathopd.org/mailing-list.html > > On Tue, 25 Nov 2008 08:07:47 pm Rabindra Paikaray wrote: > > When we are doing a form submit, it is not able to complete the > submission > > if total number of fields are exceeding a some limit. In my case the page > > has ninety seven fields. If lesser number of fields are there, the submit > > is working fine. > > This is strange, I've not noticed this behaviour. However, that patch was > not > extensively tested. > > > Without the patch (i.e mathopd in http mode), the same page with ninety > > seven fields is submitting properly. > > Interesting... What about with the patch, but with a non-ssl config file? > (If > you use the patch, but don't configure any TLS block, there should be no > ssl > library loaded, so it should be the same as not having the patch there...) > > > I saw the error log file for https and more number of fields, it is > showing > > below log messages Tue Nov 25 11:54:47 2008 [32730] revents: 0 0 > > 0 Tue Nov 25 11:54:47 2008 [32730] script timeout to 192.168.10.X[1459] > Tue > > Nov 25 11:54:47 2008 [32730] close_connection: 3 > > I can't reproduce this... Tested with Mathopd 1.6b9+ssl on Debian Lenny > with > OpenSSL 0.9.8g and the attached html... > > Back to some basic questions: > * OpenSSL or GnuTLS? What version? > * Which Mathopd version? > * Which Operating System? > * Which Browser? > > Can you provide a sample html file which triggers this error? Also, can you > please send me a copy of your config file? > > Cheers, > > Allwyn. > > > On Tue, 25 Nov 2008 08:07:47 pm Rabindra Paikaray wrote: > > Hi Allwyn, > > > > mathopd is working fine with your ssl patch sent by you, but we are now > > facing a new problem with this. > > > > When we are doing a form submit, it is not able to complete the > submission > > if total number of fields are exceeding a some limit. In my case the page > > has ninety seven fields. If lesser number of fields are there, the submit > > is working fine. > > > > Without the patch (i.e mathopd in http mode), the same page with ninety > > seven fields is submitting properly. > > > > I saw the error log file for https and more number of fields, it is > showing > > below log messages Tue Nov 25 11:54:47 2008 [32730] revents: 0 0 > > 0 Tue Nov 25 11:54:47 2008 [32730] script timeout to 192.168.10.X[1459] > Tue > > Nov 25 11:54:47 2008 [32730] close_connection: 3 > > > > > > > > Can you please guide me , for this problem what could be the reason for > the > > same. Ask me if you need more log messages or any other information to > get > > closer to this problem. > > > > > > > > Regards > > > > Rabindra > > > -- > Allwyn Fernandes > Director > Stobor Pty Ltd > > Mobile: + 61 430 436 758 > LinkedIn: http://www.linkedin.com/in/AllwynFernandes > >
