Index: trunk/test/unit/org/openstreetmap/josm/io/CertificateAmendmentTestIT.java
===================================================================
--- trunk/test/unit/org/openstreetmap/josm/io/CertificateAmendmentTestIT.java	(revision 14497)
+++ trunk/test/unit/org/openstreetmap/josm/io/CertificateAmendmentTestIT.java	(revision 14498)
@@ -81,4 +81,13 @@
     }
 
+    /**
+     * Test Taiwan government.
+     * @throws IOException in case of I/O error
+     */
+    @Test
+    public void testTaiwanGovernment() throws IOException {
+        connect("https://grca.nat.gov.tw", true);
+    }
+
     private static void connect(String url, boolean shouldWork) throws IOException {
         URLConnection connection = new URL(url).openConnection();
