secureRequestCustomizer

var secureRequestCustomizer: SecureRequestCustomizer.() -> Unit(source)

Property function that will be called during Jetty server initialization with the SecureRequestCustomizer instance that is added to HTTPS connectors as a receiver. Use it to adjust TLS-related request handling such as SNI host validation (isSniHostCheck, isSniRequired).

Report a problem