Open StarlightIbuki opened 1 year ago
https://github.com/openresty/lua-nginx-module#tcpsocksetclientcert:~:text=ngx.ssl.parse_pem_cert
This function cannot be loaded by require "resty.core".
require "resty.core"
For someone who encountered the same issue, you can load "ngx.ssl" to get the module.
https://github.com/openresty/lua-nginx-module#tcpsocksetclientcert:~:text=ngx.ssl.parse_pem_cert
This function cannot be loaded by
require "resty.core"
.For someone who encountered the same issue, you can load "ngx.ssl" to get the module.