osrm-frontend icon indicating copy to clipboard operation
osrm-frontend copied to clipboard

router.project-osrm.org invalid certificate

Open moimael opened this issue 8 years ago • 6 comments

Hi,

When using https api for routing with Firefox OS, the request fails because the certificate is invalid.

Here is the error :

router.project-osrm.org uses an invalid security certificate.

The certificate is not trusted because no issuer chain was provided.

(Error code: sec_error_unknown_issuer)

Using http, everything works fine.

Thanks

moimael avatar Nov 22 '15 17:11 moimael

Most likely a problem with the version of Firefox OS you're using. The certificate checks out fine in both Chrome and Firefox on both Windows and Linux.

perliedman avatar Nov 24 '15 08:11 perliedman

@perliedman It looks like we're not serving up the intermediate certificates in the trust chain. Most browsers come with them, but I guess Firefox OS only has the root certificate, and not the intermediaries.

We've got some feelers out to get the server updated. Unfortunately, not a lot of people have access to it, and they're a bit tricky to get a hold of.

danpat avatar Nov 24 '15 08:11 danpat

@danpat alright, more than I knew about certs! Thanks.

perliedman avatar Nov 24 '15 09:11 perliedman

Thank you both for your quick answers, indeed it seems to be an intermediate certificate problem !

moimael avatar Nov 24 '15 10:11 moimael

Good to close here? :smile:

TheMarex avatar Dec 16 '15 15:12 TheMarex

@TheMarex no, unless someone has fixed the certificate, then we're still serving up the wrong thing.

danpat avatar Dec 16 '15 15:12 danpat