CGI Empty Form problem (over https)

Tushar Wagle tushar at hursley.ibm.com
Mon Jun 11 14:03:42 EDT 2001


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)??...

Regards,
Tushar.




More information about the Python-list mailing list