We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2323526 commit ad18b3cCopy full SHA for ad18b3c
lib/resty/openssl/auxiliary/nginx_c.lua
@@ -61,7 +61,7 @@ if ngx.config.subsystem == "stream" then
61
success, get_sock_ssl = pcall(function() return C.ngx_stream_lua_kong_get_socket_ssl end)
62
end
63
if not success or get_sock_ssl == nil then
64
- get_sock_ssl = C.ngx_stream_lua_resty_openssl_aux_get_socket_ssl_ctx
+ get_sock_ssl = C.ngx_stream_lua_resty_openssl_aux_get_socket_ssl
65
66
67
else
0 commit comments