-
Notifications
You must be signed in to change notification settings - Fork 742
404 Error while accessing https://www.googleapis.com/oauth2/v1/certs #913
Copy link
Copy link
Closed
Labels
importedpriority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.status: will not fixInvalid (untrue/unsound/erroneous), inconsistent with product, not on roadmap.Invalid (untrue/unsound/erroneous), inconsistent with product, not on roadmap.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Metadata
Metadata
Assignees
Labels
importedpriority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.status: will not fixInvalid (untrue/unsound/erroneous), inconsistent with product, not on roadmap.Invalid (untrue/unsound/erroneous), inconsistent with product, not on roadmap.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
From auth.ga...@gmail.com on October 29, 2014 00:23:11
Version of google-api-java-client (e.g. 1.15.0-rc)? 1.17.0, 1.18.0, 1.19.0 Java environment (e.g. Java 6, Android 2.3, App Engine)? any Describe the problem. http://stackoverflow.com/questions/26615522/404-error-while-accessing-https-www-googleapis-com-oauth2-v1-certs The https://www.googleapis.com/oauth2/v1/certs replies with 404.
Stack trace:
com.google.api.client.http.HttpResponseException: 404 Not Found
at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1054) [google-http-client-1.18.0-rc.jar:1.18.0-rc]
at com.google.api.client.googleapis.auth.oauth2.GooglePublicKeysManager.refresh(GooglePublicKeysManager.java:172) [google-api-client-1.18.0-rc.jar:1.18.0-rc]
at com.google.api.client.googleapis.auth.oauth2.GooglePublicKeysManager.getPublicKeys(GooglePublicKeysManager.java:141) [google-api-client-1.18.0-rc.jar:1.18.0-rc]
at com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier.verify(GoogleIdTokenVerifier.java:173) [google-api-client-1.18.0-rc.jar:1.18.0-rc]
at info.gacivs.backend.services.TokenValidatorService.validateGoogleToken(TokenValidatorService.java:124) [classes:] How would you expect it to be fixed? I don't know... I think the solution is on the Google side, but I can't reach them... :/
Original issue: http://code.google.com/p/google-api-java-client/issues/detail?id=913