About 1,560 results
Open links in new tab
  1. HostnameVerifier (Java SE 21 & JDK 21) - Oracle

    Verify that the host name is an acceptable match with the server's authentication scheme.

  2. java - How to use HostnameVerifier? - Stack Overflow

    Oct 26, 2019 · Typical reasons that the default verification fails are that the server is improperly configured with the wrong certificate or that the server is accessed with the wrong hostname (i.e. not …

  3. Java SSL: How to Disable Hostname Verification – Using a Standard ...

    Nov 6, 2025 · This blog explores two common methods to disable hostname verification in Java: using a standard system property and implementing a custom HostnameVerifier. We’ll also discuss the risks …

  4. How to Use HostnameVerifier in Java: A Comprehensive Guide

    Learn how to implement HostnameVerifier in Java to enhance SSL security. Step-by-step examples and common mistakes included.

  5. HostnameVerifier | API reference | Android Developers

    During handshaking, the verification mechanism can call back to implementers of this interface to determine if this connection should be allowed. For more information of the use of this interface on …

  6. java - Difference between HostnameVerifier and DefaultHostnameVerifier ...

    Sep 21, 2015 · Provided that your shared object HostnameVerifier instance is safely published (and immutable), it can be safely used by multiple threads without any need for synchronization. Can …

  7. HostnameVerifier (Java SE 23 & JDK 23) - docs.oracle.com

    Verify that the host name is an acceptable match with the server's authentication scheme.

  8. HostnameVerifier (Java Platform SE 8 ) - Oracle

    Verify that the host name is an acceptable match with the server's authentication scheme.

  9. java - Hostnameverifier implementation - Stack Overflow

    Nov 12, 2015 · In the Java style guides, classes normally have names that start with a capital character (and generally not a verb), for example CustomHostnameVerifier): what you've done is "legal" Java, …

  10. HostnameVerifier (Java SE 21 & JDK 21 [ad-hoc build])

    declaration: module: java.base, package: javax.net.ssl, interface: HostnameVerifier