Skip to content

Fixes a P2/P3 bug that breaks proxy cert acceptance

Robert Bruntz requested to merge proxy_cert_fix into master

The servers stopped accepting proxy certificates after changing to the Python 3 server code (see: #17 (closed)). After figuring out that some Python scripts are cached somewhere, so Apache has to be restared after changes (or at least that works - maybe there's a simpler fix), this fixes the issue.

Merge request reports