Bugzilla with SSL
Posted
by Antitribu
on Server Fault
See other posts from Server Fault
or by Antitribu
Published on 2010-03-30T18:35:09Z
Indexed on
2010/03/30
18:43 UTC
Read the original article
Hit count: 751
I have an install of Bugzilla I'm trying to implement SSL on.
When I go into the parameters screen and edit SSLBASE adding in the full url:
the editparams.cgi times out on loading and I have the following error in the apache log
[Tue Mar 30 19:29:39 2010] [error] [client xxx.xx.xx.xx ] (70007)The timeout specified has expired: ap_content_length_filter: apr_bucket_read() failed, referer: http://foo.com/bugzilla/editparams.cgi
On install I also received this error:
WARNING: You need to set the max_allowed_packet parameter in your MySQL configuration to at least 3276750. Currently it is set to 3275776. You can set this parameter in the [mysqld] section of your MySQL configuration file.
How can I force this to work? Editing other parameters (eg urlbase) work fine. The SSL site is setup and direct requests to it eg https://foo.com/bugzilla work correctly.
Any ideas?
Ty
© Server Fault or respective owner