Skip to content

[BUG]: Routr crashes when ssl is terminated at the Load Balancer. #308

@rafasc

Description

@rafasc

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

  1. Create LB and configure it to terminate ssl for connections on port 5063
  2. Configure the traffic to be redirected to the non ssl port 5062
  3. Attempt a connection/call.
  4. Routr will crash
    1. 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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions