-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any Idea for this issue - com.nimbusds.jose.RemoteKeySourceException: Couldn't retrieve remote JWK set: Read timed out #1
Comments
have u tried increasing the timeout! |
Can you please help with the section where do I need to change it. I am unable to find it. |
There is no such timeout in the code you have provided, and I am also unable to change the value as timeout mentioned is final variable. Can you please help me in this? |
At this place - https://github.com/rrohitramsen/aws_jwt_cognito/blob/master/src/main/java/com/aws/jwt/token/AwsCognitoJwtParserUtil.java#L168 you are getting error, please try moving this call in retry method. |
Where is retry method? |
you mean re-try and catch method??? |
I have tried all the ways but it is not working at all. If you don't have any solution, could you please suggest if anything else is there? |
I a getting this issue com.nimbusds.jose.RemoteKeySourceException: Couldn't retrieve remote JWK set: Read timed out only for the first time hit.
The text was updated successfully, but these errors were encountered: