daurnimator / lua-http

HTTP Library for Lua. Supports HTTP(S) 1.0, 1.1 and 2.0; client and server.
https://daurnimator.github.io/lua-http/
MIT License
795 stars 81 forks source link

Add support for SSLKEYLOGFILE or equivalent #160

Closed pspacek closed 4 years ago

pspacek commented 4 years ago

Hello,

I think that supporting SSLKEYLOGFILE functionality as seen in NSS/Firefox and GnuTLS would make debugging weird HTTPS problems much simpler.

OpenSSL has support for it already, but it needs small tweaks on the apps side as well:

https://github.com/openssl/openssl/pull/2343 https://github.com/openssl/openssl/commit/4bf73e9f86804cfe98b03accfc2dd7cb98e018d6

daurnimator commented 4 years ago

See #57

This issue is a luaossl concern and should be followed over at https://github.com/wahern/luaossl/issues/150

pspacek commented 4 years ago

Sorry about the duplicate, I did not try hard enough.