2 messages in net.sourceforge.lists.courier-sqwebmailRe: [sqwebmail] Help with SSL/CGI error
FromSent OnAttachments
Bill ShuppApr 25, 2005 10:47 am 
Sam VarshavchikApr 25, 2005 4:24 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [sqwebmail] Help with SSL/CGI errorActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Apr 25, 2005 4:24:31 pm
List:net.sourceforge.lists.courier-sqwebmail

Bill Shupp writes:

Hello,

I have just setup SqWebmail 5.0.1 on FreeBSD 4-10 with apache 1.3.33 and mod_ssl. Connecting to sqwebmail without SSL works fine. But when I connect via SSL, I get this error:

Internal Error

The webmail system is temporarily unavailable. An error occured in function CGI: CGI environment exceeds allowed maximum size.

Other PHP pages work just fine via SSL on the same system. Any assistance would be greatly appreciated.

My guess would be the client is sending some long, obnoxious cookie that exceeds the limit of the internal buffer.

Put:

#!/bin/sh echo "Content-Type: text/plain" echo "" env

In your cgi-bin directory and run it to see what the SSL CGI environment looks like.