Instance Propertyvapor 4.114.1Vapor

customCertificateVerifyCallback

An optional callback that will be called instead of using swift-nio-ssl’s regular certificate verification logic. This is the same as NIOSSLCustomVerificationCallback but just marked as Sendable

HTTPServer.swift:117
@preconcurrency var customCertificateVerifyCallback: (([NIOSSLCertificate], EventLoopPromise<NIOSSLVerificationResult>) -> Void)?