You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error is thrown by evp.lua however the call originated with openidc.lua in function 'authenticate' so I'm hoping that someone here can help guide me in the right direction.
error.log
2018/05/23 15:46:29 [error] 1670#1670: *4 lua entry thread aborted: runtime error: /usr/local/openresty/site/lualib/resty/evp.lua:216: /usr/local/openresty/luajit/lib/libluajit-5.1.so.2: undefined symbol: EVP_MD_CTX_create
stack traceback:
coroutine 0:
[C]: in function '__index'
/usr/local/openresty/site/lualib/resty/evp.lua:216: in function 'verify'
/usr/local/openresty/site/lualib/resty/jwt.lua:812: in function 'verify_jwt_obj'
/usr/local/openresty/site/lualib/resty/openidc.lua:819: in function 'openidc_load_jwt_and_verify_crypto'
/usr/local/openresty/site/lualib/resty/openidc.lua:884: in function 'authenticate'
access_by_lua(nginx.conf:119):19: in function <access_by_lua(nginx.conf:119):1>, client: #.#.#.#, server: my.server.com, request: "GET /pingauth?code=Lpz0ICuyFiSYib7bny9v2s_C4XfUoeNJmv9mgQAB&state=cfbaeb7868df452a284db4a3a2473c8d HTTP/1.1", host: "my.server.com"
nginx.txt
user www-data;
worker_processes auto;
pid /run/nginx.pid;
This error is thrown by evp.lua however the call originated with openidc.lua in function 'authenticate' so I'm hoping that someone here can help guide me in the right direction.
error.log
2018/05/23 15:46:29 [error] 1670#1670: *4 lua entry thread aborted: runtime error: /usr/local/openresty/site/lualib/resty/evp.lua:216: /usr/local/openresty/luajit/lib/libluajit-5.1.so.2: undefined symbol: EVP_MD_CTX_create
stack traceback:
coroutine 0:
[C]: in function '__index'
/usr/local/openresty/site/lualib/resty/evp.lua:216: in function 'verify'
/usr/local/openresty/site/lualib/resty/jwt.lua:812: in function 'verify_jwt_obj'
/usr/local/openresty/site/lualib/resty/openidc.lua:819: in function 'openidc_load_jwt_and_verify_crypto'
/usr/local/openresty/site/lualib/resty/openidc.lua:884: in function 'authenticate'
access_by_lua(nginx.conf:119):19: in function <access_by_lua(nginx.conf:119):1>, client: #.#.#.#, server: my.server.com, request: "GET /pingauth?code=Lpz0ICuyFiSYib7bny9v2s_C4XfUoeNJmv9mgQAB&state=cfbaeb7868df452a284db4a3a2473c8d HTTP/1.1", host: "my.server.com"
nginx.txt
user www-data;
worker_processes auto;
pid /run/nginx.pid;
events {
worker_connections 768;
# multi_accept on;
}
http {
}
The text was updated successfully, but these errors were encountered: