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
When collect-profiles regenerates the certificate it
makes a request to the server immidiatelly without
waiting for the certificate to propagate to the server.
This leads to the situations when the server uses the old
certificate and the client a new one and TLS handshake fails
on certificate validation.
This change skips the rest of the job which allows the time
for the certificate to propagate to the server.
Signed-off-by: Mikalai Radchuk <[email protected]>
0 commit comments