Function massa_grpc::server::check_mtls_requires_tls

source ยท
pub(crate) fn check_mtls_requires_tls(
    config: &GrpcConfig,
) -> Result<(), GrpcError>
Expand description

mTLS is a strict extension of TLS: reject the combination rather than silently serving in plaintext a service the operator meant to protect with client certificates.