Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setSSLContext (0.05 sec)

  1. 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.");
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Sun Nov 23 12:19:14 UTC 2025
    - 53.7K bytes
    - Viewed (0)
Back to top