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