-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No way to set ENABLE_SSLKEYLOGFILE #2210
Comments
I tried setting the CPPFLAGS environment variable to |
ENABLE_SSLKEYLOGFILE should work for OpenSSL and derivatives BoringSSL and LibreSSL. We only tested it with OpenSSL though. It should be enough to add -DENABLE_SSLKEYLOGFILE. What is your curl -V? |
I'm using TLS
|
I can't reproduce this. I did CPPFLAGS=-DENABLE_SSLKEYLOGFILE ../configure ... |
Looks like homebrew isn't actually building it, and when I build via homebrew it still doesn't take. Is there an ETA to just have it enabled by default in a version coming out soon? I don't need it that bad that it's worth fighting it if it'll be the default soon. |
No I think I backed away from making it the default because I was concerned about security, or something like that. I would try to find out why it doesn't take when you build curl in homebrew, but that's something you'll have to ask them about. |
Enabling SSLKEYLOGFILE support by default should not be a security problem. Browsers already do this. |
Would you please add a configure option to enable the ENABLE_SSLKEYLOGFILE setting? It's not there right now, which means when I install on my mac via homebrew I have no way to tell it that I really really want that compiled in :(
The text was updated successfully, but these errors were encountered: