- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for setSSLContext (0.06 seconds)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/HcHttpClient.java
try { final SSLContext sslContext = new SSLContextBuilder().loadTrustMaterial(null, (arg0, arg1) -> true).build(); httpClientBuilder.setSSLContext(sslContext); logger.warn( "SSL certificate validation is disabled. This configuration is insecure and should only be used in development/testing environments.");Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sun Nov 23 12:19:14 GMT 2025 - 53.7K bytes - Click Count (0)