Comment 12 for bug 1930430

Revision history for this message
Horst Platz (hp-localhorst) wrote :

hi christian,

looks good for me.

what i did on a test system more closer to production. to get things working with the buggy version revert the workaround to require

#SSLProxyVerify none
SSLProxyVerify require

pull your packages

wget https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/4603/+files/apache2_2.4.41-4ubuntu3.4~focalppa1_amd64.deb
wget https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/4603/+files/apache2-bin_2.4.41-4ubuntu3.4~focalppa1_amd64.deb
wget https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/4603/+files/apache2-utils_2.4.41-4ubuntu3.4~focalppa1_amd64.deb
wget https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/4603/+files/apache2-data_2.4.41-4ubuntu3.4~focalppa1_all.deb

and install it. in the logs no error

200 200 200 [05/Jul/2021:10:50:03.272 +0200] ...

cross check install the buggy version from the local apt cache. got 500'er

500 500 - [05/Jul/2021:10:56:03.629 +0200]

cross check again install your ppa version

200 200 200 [05/Jul/2021:10:58:03.291 +0200]

worked for me. fingers cross that a new version is comming soon in the official repository

thx horst