Bugzilla with SSL
- by Antitribu
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:
https://foo.com/bugzilla/
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