const golang.org/x/net/http2.ErrCodeInadequateSecurity

5 uses

	golang.org/x/net/http2 (current package)
		errors.go#L28: 	ErrCodeInadequateSecurity ErrCode = 0xc
		errors.go#L45: 	ErrCodeInadequateSecurity: "INADEQUATE_SECURITY",
		server.go#L478: 			sc.rejectConn(ErrCodeInadequateSecurity, "TLS version too low")
		server.go#L505: 			sc.rejectConn(ErrCodeInadequateSecurity, fmt.Sprintf("Prohibited TLS 1.2 Cipher Suite: %x", sc.tlsState.CipherSuite))

	google.golang.org/grpc/internal/transport
		http_util.go#L66: 		http2.ErrCodeInadequateSecurity: codes.PermissionDenied,