Project-OSRM / osrm-frontend

Modular rewrite of the OSRM frontend using LRM
BSD 2-Clause "Simplified" License
314 stars 240 forks source link

router.project-osrm.org invalid certificate #147

Open moimael opened 9 years ago

moimael commented 9 years ago

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

perliedman commented 9 years ago

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.

danpat commented 9 years ago

@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.

perliedman commented 9 years ago

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

moimael commented 9 years ago

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

TheMarex commented 8 years ago

Good to close here? :smile:

danpat commented 8 years ago

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