SSL certificate error on master.apis.dev.openstreetmap.org

Can’t access https://master.apis.dev.openstreetmap.org/ website for testing. SSL certificate is issued for a wrong domain name.

Chrome gives error net::ERR_CERT_COMMON_NAME_INVALID because the certificate is issued for ant.dev.openstreetmap.org domain.

Hot to check: run cUrl tool

curl --insecure -vvI https://master.apis.dev.openstreetmap.org 2>&1 | grep -i subject

You’ll see SSL subject as subject: CN=ant.dev.openstreetmap.org which differs from master.apis.dev.openstreetmap.org.

1 Like

yes, same problem detected here ! Have you got some news ?

Thanks !

What about reporting this on the Operations issue tracker instead of a random place that the people running the site are unlikely to be constantly following?

1 Like

Thanks for GitHub link. I didn’t know where to post the issue so started with the forum.

3 Likes