Ignore:
Timestamp:
2019-05-30T22:26:32+02:00 (5 years ago)
Author:
Don-vip
Message:

fix #17769 - test ISRG Root works

File:
1 edited

Legend:

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

    r15058 r15146  
    6161    public void testLetsEncrypt() throws IOException {
    6262        // signed by letsencrypt's own ISRG root
    63         // (not included yet)
    64         // TODO: they switched to cross-sign CA, re-enable it if ISRG root is used again
    65         // connect("https://helloworld.letsencrypt.org", false);
     63        connect("https://valid-isrgrootx1.letsencrypt.org", true);
    6664        // signed by letsencrypt's cross-sign CA
    6765        connect("https://letsencrypt.org", true);
Note: See TracChangeset for help on using the changeset viewer.