Remove noisy tls error
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
@@ -797,6 +797,9 @@ func (impl *Implm) runTrustCenterServer(
|
||||
if errors.As(err, &noSNIErr) {
|
||||
return nil, nil
|
||||
}
|
||||
if errors.Is(err, coredata.ErrResourceNotFound) {
|
||||
return nil, nil
|
||||
}
|
||||
}
|
||||
return cert, err
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user