Is it possible to configure temporal/temporal front end to accept both tls and non tls traffic?

Can the temporal server be configured to accept both TLS traffic and non TLS traffic?

i have a set of clients which are internal in nature, which i want to connect without TLS

and i have another set of clients which are external (3rd party), which needs to connect only through TLS,

Is this configuration possible?

I’d suggest looking at the hostOverrides option in the server config. I think that’s the way to control frontend TLS configuration per incoming host.

1 Like