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
MTV-2146 | Ignore TLS Cert msg when skipCertVerify
'TLS certificate cannot be retrieved' message should be ignored when skipVerify flag is set to true.
When user specified they want to skip ceritificate verification we want to just inform the customer about failed connection and not about certificate. The reason behind this is that the GetTlsCertificate is our first attempt to connect to the provider and when connection fails, the customer will still get the certificate error even when they don't care about certificates.
Signed-off-by: Stefan Olenocin <solenoci@redhat.com>
0 commit comments