CGI Empty Form problem (over https)

jdries at mail.com jdries at mail.com
Mon Jun 11 15:53:05 EDT 2001


Tushar Wagle wrote:
> 
> I'm having a problem with a cgi form in a cgi script.
> Running over a secure connection (https:..), my CGI script
> gets an empty cgi-form, ie
> 
>       FieldStorage(None, None, [])
> 
> whereas running the same script in a non-secure environment
> works fine. Any ideas on what might be  happening (eg is there
> something in the cgi module which requires special 'tweaking'
> to run over SSL)??...

I can't tell you what's going wrong in your case, but I can say that
using the cgi module over SSL works out of the box for me, i.e. without
any difference between http and https.

Regards,
Jan




More information about the Python-list mailing list