Changeset 15146 in josm for trunk/test/unit
- Timestamp:
- 2019-05-30T22:26:32+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/io/CertificateAmendmentTestIT.java
r15058 r15146 61 61 public void testLetsEncrypt() throws IOException { 62 62 // 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); 66 64 // signed by letsencrypt's cross-sign CA 67 65 connect("https://letsencrypt.org", true);
Note:
See TracChangeset
for help on using the changeset viewer.