tls

package
v1.3.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 18, 2025 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrTLSALPNHandshakeFailed = errors.New("alpn handshake failed, retrying with ALPN disabled")
	ErrNoTLSHandshakeFailed   = errors.New("no TLS handshake")
)

Functions

func AsTLSHandshakeError

func AsTLSHandshakeError(err error) error

AsTLSHandshakeError maps specific error strings to their corresponding TLS handshake error constants.

func NewTLSWithALPNDisabled

func NewTLSWithALPNDisabled(c *tls.Config, logger *zap.Logger) credentials.TransportCredentials

NewTLSWithALPNDisabled uses c to construct a TransportCredentials based on TLS. ALPN verification is disabled.

Types

type AuthProperties

type AuthProperties struct {
	DisableALPN bool
	DisableTLS  bool
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL