What happened?
I am not the original reporter but we ran into the issue recently and seems the problem was already identified in this discussions thread:
#292
The issue seems to happen for both cases:
wss:// -> ws:// (5063 -> 5062)
tls:// -> tcp:// (5061 -> 5060)
Steps to reproduce
- Create LB and configure it to terminate ssl for connections on port 5063
- Configure the traffic to be redirected to the non ssl port 5062
- Attempt a connection/call.
- Routr will crash
- x When using routr-one, routr remains in this error state without restarting the container.
Expected behavior
Routr will accept the connection and process it.
Additional context
No response