- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for wronghostname (0.04 sec)
-
okhttp/src/jvmTest/kotlin/okhttp3/CallTest.kt
server.enqueue(MockResponse()) val serverCertificate = HeldCertificate .Builder() .commonName("localhost") // Unusued for hostname verification. .addSubjectAlternativeName("wronghostname") .build() val serverCertificates = HandshakeCertificates .Builder() .heldCertificate(serverCertificate) .build() val clientCertificates =
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Tue Nov 04 19:13:52 UTC 2025 - 147.4K bytes - Viewed (0) -
src/test/java/jcifs/netbios/LmhostsTest.java
// Create a temporary lmhosts file with long hostname String longHostname = "VERYLONGHOSTNAMETHATSHOULDSTILLWORK"; File lmhostsFile = tempDir.resolve("lmhosts_long").toFile(); try (FileWriter writer = new FileWriter(lmhostsFile)) { writer.write("192.168.1.100 " + longHostname + "\n"); }Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 18.2K bytes - Viewed (0)