jiahui1988 opened a new issue, #8100: URL: https://github.com/apache/apisix/issues/8100
### Current Behavior apisix版本:3.0.0-beta 背景: 开始开启了openidc 插件,然后关闭插件后,就开始报错。(报错日志显示openidc问题,但是此时插件实际上是全部关闭状态。而且配置中只存在此一条路由配置) 配置截图: <img width="1250" alt="image" src="https://user-images.githubusercontent.com/75962736/196117182-27faad35-3074-47e5-b69f-7b343cdd050a.png"> <img width="1347" alt="image" src="https://user-images.githubusercontent.com/75962736/196117717-a55767e9-554e-48a7-a755-5a29cee3ebd4.png"> 访问情况: <img width="1510" alt="image" src="https://user-images.githubusercontent.com/75962736/196117832-17debdb3-efd0-42fd-b788-571a8d0853d7.png"> ### Expected Behavior _No response_ ### Error Logs 2022/10/17 07:43:21 [error] 47#47: *7178173 [lua] openidc.lua:1475: authenticate(): request to the redirect_uri path but there's no session state found, client: 172.23.0.1, server: _, request: "GET /anything/foo HTTP/1.1", host: "example.authing.com:9080" 2022/10/17 07:43:21 [error] 47#47: *7178173 [lua] openid-connect.lua:315: phase_func(): OIDC authentication failed: request to the redirect_uri path but there's no session state found, client: 172.23.0.1, server: _, request: "GET /anything/foo HTTP/1.1", host: "example.authing.com:9080" 2022/10/17 07:43:21 [warn] 47#47: *7178173 [lua] plugin.lua:923: run_plugin(): openid-connect exits with http status code 500, client: 172.23.0.1, server: _, request: "GET /anything/foo HTTP/1.1", host: "example.authing.com:9080" 2022/10/17 07:43:21 [alert] 47#47: *7178174 ignoring stale global SSL error (SSL: error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt), context: ngx.timer, client: 172.23.0.1, server: 0.0.0.0:9080 ### Steps to Reproduce 1:配置路由 2: 开启openidc插件 3: 访问链接测试通过 4: 此时关闭openidc插件功能 5: 访问测试链接,失败(报错) ### Environment apisix版本:3.0.0-beta 使用插件:openidc -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
