Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty HttpClient 9.4.44, Jersey Client 2.36, Hostname Verifier

On 13/03/2023 11:26, Maarten Boekhold wrote:
if (disableHostnameValidation) {

sslContextFactory.hostnameVerifier((hostname, sslSession) -> true);
}

I've ran our application under the IntelliJ Debugger, with a breakpoint on the hostname Verifier lambda, and it is not being hit...

Maarten





Back to the top