Skip to content

Timeout exceeded for oauth2/default/v1/keys #62

@jrybinski

Description

@jrybinski

Since yesterday I noticed on a few servers that we have started getting timeouts for verfie access token logic. The code was not changed but it started throwing a lot of timeouts with a log

During handling of the above exception, another exception occurred:
 await jwt_verifier.verify_access_token(okta_token)#012  
File "python3.11/site-packages/okta_jwt_verifier/jwt_verifier.py", 
line 101, in verify_access_token
#012    raise JWTValidationException(str(err))
#012okta_jwt_verifier.exceptions.JWTValidationException: 
Timeout exceeded for ('GET', 'https://*.okta.com/oauth2/default/v1/keys')#012

With simple curl to this public endpoint it works without problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions