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
This happens because the callbacks setup in SSLClientCoordinator are independently attached and so the reconfigure function will be called for every updated config item specified.
This happens on the master branch, but also for 9.2.x
The text was updated successfully, but these errors were encountered:
No, we found the QUIC reload issue while we work on this one. With #11723 fixed, we'd see 4 "ssl_multicert.config loading ..." lines in total if QUIC is available.
If multiple ssl related config files are changed and then
traffic_ctl config reload
is executed, the ssl config will reload multiple times.Reproduction:
traffic_ctl config reload
traffic_ctl config reload
This happens because the callbacks setup in SSLClientCoordinator are independently attached and so the reconfigure function will be called for every updated config item specified.
This happens on the master branch, but also for 9.2.x
The text was updated successfully, but these errors were encountered: