Changeset 10156 in josm for trunk/test
- Timestamp:
- 2016-04-26T08:59:13+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/io/CertificateAmendmentTest.java
r10051 r10156 42 42 @Test 43 43 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 47 48 connect("https://letsencrypt.org", true); 48 49 }
Note:
See TracChangeset
for help on using the changeset viewer.