Werk #18155: apache_status.py: TypeError: urlopen() got an unexpected keyword argument 'cafile'
Component | Checks & agents | ||||||
Title | apache_status.py: TypeError: urlopen() got an unexpected keyword argument 'cafile' | ||||||
Date | Sep 10, 2025 | ||||||
Level | Trivial Change | ||||||
Class | Bug Fix | ||||||
Compatibility | Compatible - no manual interaction needed | ||||||
Checkmk versions & editions |
|
In Python 3.13 the keyword cafile
was removed.
If this interpreter was used, the agent plug-in apache_status.py
would terminate with the following traceback:
TypeError: urlopen() got an unexpected keyword argument 'cafile'