Is it possible to modify the logging format that cPanel services uses (i.e. the stuff logged in /usr/local/cpanel/logs/access_log) to include the TLS protocol version and cipher?
I know you can do this in Apache by adding
%{SSL_PROTOCOL}x %{SSL_CIPHER}x
to the combined LogFormat directive.
Is it possible to make a similar modification to the cPanel logs? Is it possible for server administrators to make this change or is this hardcoded within cPanel some where?
The reason for this, with the upcoming (or suppose to have already passed) death of TLSv1 and TLSv1.1 it might be beneficial to see what accounts are still using TLSv1 and TLSv1.1 browsers/OSs so they can be nudged to upgrade their system (a futile task anyway). But I didn't see any way to modify this for cPanel web-services, just wondering if I missed the option some where.
I know you can do this in Apache by adding
%{SSL_PROTOCOL}x %{SSL_CIPHER}x
to the combined LogFormat directive.
Is it possible to make a similar modification to the cPanel logs? Is it possible for server administrators to make this change or is this hardcoded within cPanel some where?
The reason for this, with the upcoming (or suppose to have already passed) death of TLSv1 and TLSv1.1 it might be beneficial to see what accounts are still using TLSv1 and TLSv1.1 browsers/OSs so they can be nudged to upgrade their system (a futile task anyway). But I didn't see any way to modify this for cPanel web-services, just wondering if I missed the option some where.