Changeset 14498 in josm for trunk/test


Ignore:
Timestamp:
2018-12-02T20:17:51+01:00 (7 years ago)
Author:
Don-vip
Message:

fix #17062, see #16073 - Load Taiwan Government Root CA certificate

This allows JOSM to accesss https://data.gov.tw/license

File:
1 edited

Legend:

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

    r14138 r14498  
    8181    }
    8282
     83    /**
     84     * Test Taiwan government.
     85     * @throws IOException in case of I/O error
     86     */
     87    @Test
     88    public void testTaiwanGovernment() throws IOException {
     89        connect("https://grca.nat.gov.tw", true);
     90    }
     91
    8392    private static void connect(String url, boolean shouldWork) throws IOException {
    8493        URLConnection connection = new URL(url).openConnection();
Note: See TracChangeset for help on using the changeset viewer.