Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for ISRG (0.17 seconds)

  1. regression-test/src/androidTest/java/okhttp/regression/LetsEncryptTest.java

    import static org.junit.Assert.assertTrue;
    import static org.junit.Assert.fail;
    
    /**
     * Let's Encrypt expiring root test.
     *
     * Read https://community.letsencrypt.org/t/mobile-client-workarounds-for-isrg-issue/137807
     * for background.
     */
    @RunWith(AndroidJUnit4.class)
    public class LetsEncryptTest {
      @Test public void getFailsWithoutAdditionalCert() throws IOException {
        OkHttpClient client = new OkHttpClient();
    
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Nov 17 07:40:31 GMT 2020
    - 6.1K bytes
    - Click Count (0)
  2. okhttp-tls/src/test/java/okhttp3/tls/HandshakeCertificatesTest.kt

            .toSet()
    
        // It's safe to assume all platforms will have a major Internet certificate issuer.
        val majorIssuers =
          listOf(
            "DigiCert",
            "Let's Encrypt",
            "ISRG", // Internet Security Research Group (Let's Encrypt parent)
            "GlobalSign",
            "Comodo",
            "Sectigo",
            "GeoTrust",
            "Entrust",
          )
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Feb 03 08:16:15 GMT 2026
    - 7.5K bytes
    - Click Count (0)
Back to Top