Changeset 10324 in josm


Ignore:
Timestamp:
2016-06-04T16:58:52+02:00 (8 years ago)
Author:
Don-vip
Message:

see #12264 - disable https://helloworld.letsencrypt.org test until the situation is clarified

File:
1 edited

Legend:

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

    r10157 r10324  
    4444        // signed by letsencrypt's own ISRG root
    4545        // (not included yet)
    46         connect("https://helloworld.letsencrypt.org", false);
     46        // TODO: they switched to cross-sign CA, re-enable it if ISRG root is used again
     47        // connect("https://helloworld.letsencrypt.org", false);
    4748        // signed by letsencrypt's cross-sign CA
    4849        connect("https://letsencrypt.org", true);
Note: See TracChangeset for help on using the changeset viewer.