Hello,
I would like to know if anyone here ever tried, or think it's possible to override the default SSL handling done by the Nginx
SSL module and do it all in Lua using the LuaJIT FFI with OpenSSL.
What I would like to do is to load certificate key/pairs on demand based on the virtual host returned in the handshake structure
returned by the client (SNI).
I know that you can do the handshake yourself if using the Perl module, but I would prefer to stay on the Lua side.
Thanks,
---appa