Ignore:
Timestamp:
2016-04-26T08:59:13+02:00 (8 years ago)
Author:
bastiK
Message:

see #12264 - helloworld.letsencrypt.org now using ISRG root - update test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/io/CertificateAmendmentTest.java

    r10051 r10156  
    4242    @Test
    4343    public void testLetsEncrypt() throws IOException {
    44         // signed by letsencrypt
    45         connect("https://helloworld.letsencrypt.org", true);
    46         // signed by LE's cross-sign CA
     44        // signed by letsencrypt's own ISRG root
     45        // (not included yet)
     46        connect("https://helloworld.letsencrypt.org", false);
     47        // signed by letsencrypt's cross-sign CA
    4748        connect("https://letsencrypt.org", true);
    4849    }
Note: See TracChangeset for help on using the changeset viewer.