Replies: 1 comment 2 replies
-
Assuming libcurl provides support for that, it should be fairly easy. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In version Apache 2.4.49, support for the SSLKEYLOGFILE environment variable was introduced to mod_ssl: https://dlcdn.apache.org/httpd/CHANGES_2.4
The SSLKEYLOGFILE environment variable appears to turn into the de-facto standard for having the pre-master secrets logged in order to decrypt TLS traffic for debugging.
As far as I can tell, requests performed by mod_auth_openidc do not support logging the pre-master secrets by setting the SSLKEYLOGFILE environment variable.
Would it be complicated to add this feature?
Beta Was this translation helpful? Give feedback.
All reactions