Administrator
2025-08-19 0af9b82c1fda4a7b28f2de41d42abe0824bc303c
src/main/java/cc/mrbird/febs/pay/util/HttpsRequest2.java
@@ -82,7 +82,8 @@
        // Allow TLSv1 protocol only
        SSLConnectionSocketFactory sslsf = new SSLConnectionSocketFactory(
                sslcontext,
                new String[]{"TLSv1"},
//                new String[]{"TLSv1"},
                null,
                null,
                SSLConnectionSocketFactory.BROWSER_COMPATIBLE_HOSTNAME_VERIFIER);