- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getSSLSocketFactory (0.4 sec)
-
src/test/java/org/codelibs/fess/helper/CurlHelperTest.java
NodeManager nodeManager = getNodeManager(curlHelper); assertNotNull(nodeManager); // Verify SSL socket factory is not set SSLSocketFactory sslSocketFactory = getSSLSocketFactory(curlHelper); assertNull(sslSocketFactory); } public void test_init_withInvalidSSLCertificate() { // Create a temporary invalid certificate file File invalidCertFile = null;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 05:35:01 UTC 2025 - 10.1K bytes - Viewed (0) -
src/main/java/jcifs/http/NtlmHttpURLConnection.java
if (this.connection instanceof HttpsURLConnection) { hv = ((HttpsURLConnection) this.connection).getHostnameVerifier(); ssf = ((HttpsURLConnection) this.connection).getSSLSocketFactory(); } this.connection = (HttpURLConnection) this.connection.getURL().openConnection(); if (this.connection instanceof HttpsURLConnection) { if (hv != null) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 25.6K bytes - Viewed (0)