TCP TLS Router: Terminate and forward to TLS-only server

Hi folks,

I'm lost here. Is it possible to have my TCP router which is TLS enabled to terminate the connection and serve a proper Let's Encrypt certificate and then forward the request to an TLS enabled server?

[tcp]
  [tcp.routers]
    [tcp.routers.to-exchange-tcp]
      rule = "HostSNI(`exchange.beans.tcp`)"
      service = "exchange-tcp"
      [tcp.routers.to-exchange-tcp.tls]
  [tcp.services]
    [tcp.services.exchange-tcp.loadBalancer]
      [[tcp.services.exchange-tcp.loadBalancer.servers]]
        address = "10.133.8.44:443"

I can't find anything relevant in the logs even with debug logging on.. :frowning:

Any advice?

Thanks.

Best, Jurgen