Package: b2evolution Version: 0.9.2-2 Whenever I upgrade this package, the debconf upgrade of my /etc/b2evolution/_config.php file removes the s from my $baseurl configuration parameter. My site starts with https://
I think the culprit is in the b2evolution.config file when it appears that it uses sed to pull out parameters and then rewrites the config file. I think that it is pulling out the site URL (excluding the protocol) and then when it writes it back it just assumes the site originally started with http, and not https. If I run dpkg-reconfigure b2evolution it also "prefills" the site URL using http instead of https. I can't test this over again, but either upgrading or dpkg-reconfigure kills my $admin_email and resets it to [EMAIL PROTECTED], where mydomain is the domain of the server.

