Changeset 19158 in josm for trunk


Ignore:
Timestamp:
2024-07-29T21:17:15+02:00 (2 months ago)
Author:
taylor.smock
Message:

See #14649: Drop certificate amendment for Netherlands

www.nationaalgeoregister.nl is properly setup to have the trust chain and uses
QuoVadis Root CA 2, which is in the default Java trust store.

Furthermore, geodata.nationaalgeoregister.nl is no longer a registered
subdomain. In addition, our map backgrounds make no references to that subdomain.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/CertificateAmendment.java

    r18928 r19158  
    158158     */
    159159    private static final NativeCertAmend[] PLATFORM_CERT_AMEND = {
    160         // #14649 - Government of Netherlands - for PDOK aerial imagery at ​https://geodata.nationaalgeoregister.nl (expires 2028)
    161         new NativeCertAmend(Arrays.asList("Government of Netherlands G3", "Staat der Nederlanden Root CA - G3"),
    162                 "Staat_der_Nederlanden_Root_CA_-_G3.crt",
    163                 "3c4fb0b95ab8b30032f432b86f535fe172c185d0fd39865837cf36187fa6f428",
    164                 "https://roottest-g3.pkioverheid.nl"),
    165160        // #15178 - Trusted and used by French Government - for cadastre - https://www.certigna.fr/autorites/index.xhtml?ac=Racine#lracine
    166161        // (expires 2027, should be in Java 21)
  • trunk/test/unit/org/openstreetmap/josm/io/CertificateAmendmentTestIT.java

    r18893 r19158  
    7575    @Test
    7676    void testDutchGovernment() throws IOException {
    77         connect("https://geodata.nationaalgeoregister.nl", true);
     77        connect("https://www.nationaalgeoregister.nl", true);
    7878    }
    7979
Note: See TracChangeset for help on using the changeset viewer.