You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FIXED] Gateway: TLS configuration reload now applies to implicit remotes (#6886)
When a config reload is issued and a server has implicit remote gateways
(that is, gateways that were gossiped and not explicitly configured),
the TLS changes were applied only to explicit remotes.
With this change, the changes to the main `tls{}` block will be applied
to implicit remotes.
Credit to @song0071000 for the proposed changes in the code.
Resolves#6875
Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
0 commit comments