2023-03-06 03:45:13 +00:00
|
|
|
// Copyright 2023 the Pinniped contributors. All Rights Reserved.
|
|
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
//go:build go1.20
|
|
|
|
|
|
|
|
package tlsassertions
|
|
|
|
|
2023-03-16 18:13:49 +00:00
|
|
|
func GetTLSErrorPrefix() string {
|
2023-03-06 03:45:13 +00:00
|
|
|
return "tls: failed to verify certificate: "
|
|
|
|
}
|