Find active websocket connection

2022-09-21 Thread unmesh2892
How can I find the active concurrent websocket connections? I am using nginx in C code to process the requests. Is there any module/library which can provide such details? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,295268,295268#msg-295268 _

Re: Nginx returning 401

2022-09-21 Thread Sergey A. Osokin
Hi there, hope you're doing well. On Wed, Sep 21, 2022 at 06:15:25AM -0400, suryamohan05 wrote: > We are using nginx as reverse proxy in our project. When connecting to cloud > server, Nginx returns 401 and then 200. > But when connecting to on premise server it is returning 401. > > In debug lo

Re: Nginx returning 401

2022-09-21 Thread Maxim Dounin
Hello! On Wed, Sep 21, 2022 at 06:39:25AM -0400, suryamohan05 wrote: > We are using nginx as reverse proxy in our project. When connecting to cloud > server, Nginx returns 401 and then 200. But when connecting to on premise > server it is returning 401. > > In debug logs we are seeing SSL_get_e

Nginx returning 401

2022-09-21 Thread suryamohan05
We are using nginx as reverse proxy in our project. When connecting to cloud server, Nginx returns 401 and then 200. But when connecting to on premise server it is returning 401. In debug logs we are seeing SSL_get_error: 5 , SSL_get_error: 2 SSL_get_error: -1. what does this SSL_get_error return

Nginx returning 401

2022-09-21 Thread suryamohan05
We are using nginx as reverse proxy in our project. When connecting to cloud server, Nginx returns 401 and then 200. But when connecting to on premise server it is returning 401. In debug logs we are seeing SSL_get_error: 5 , SSL_get_error: 2 SSL_get_error: -1. what does this SSL_get_error return