Open oliveryunchang opened 7 years ago
Which lua-nginx-module version do you use?
test on the latest slardar, lua-nginx-module version is 0.10.6rc1
@0904681074 You must compile Nginx with openssl before you can use tcpsocket:sslhandshake
. You can add --with-openssl
or set your own openssl path here.
Thanks a lot!
--with-http_ssl_module or --with-openssl=openssl_path
when i use (tcpsock:sslhandshake)[https://github.com/openresty/lua-nginx-module#tcpsocksslhandshake], got a error. the error log is
and the code is