Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/lua-turbo: rebuild with openssl 1.1 | Natanael Copa | 2020-01-09 | 1 | -0/+146 |
the openssl ffi binding is broken, both for libressl/openssl1.0 and for openssl 1.1. https://release-monitoring.org certificate verification fails with hostname mismatch for some reason. So we disable the ffi and use luasocket and luasec by default. To use the FFI you need to explicitly set `__TURBO_USE_LUASOCKET__=false` |