The error seems to be 403 forbidden - meaning that the server rejected the connection due to wrong credentials.
Unclear why it would happen in the interim of an existing session - maybe the server or client being restarted with the wrong config ?
Or Weis
07/05/2023, 8:05 PM
Another option that comes to mind is if you have multiple servers behind a load balancer - a reconnect to a different server that isn’t configured the same can also produce this result.
The server log for the server that sent the 403 can provide more information.
j
Jake Youssefzadeh
07/05/2023, 8:13 PM
can we configure this to never stop trying to reconnect
o
Or Weis
07/05/2023, 8:21 PM
Not at the moment;
Also I’d advice against this - if your server is sending a 403 - something is clearly wrong.