We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Summary.
It throws this error <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate.
What you expected.
urllib.request.urlopen should succeed.
urllib.request.urlopen
What happened instead. it unable to fetch the JWKSet
JWKSet
self.signing_key = self.jwks_client.get_signing_key_from_jwt(self.token)
$ python -m jwt.help
{ "cryptography": { "version": "41.0.1" }, "implementation": { "name": "CPython", "version": "3.11.2" }, "platform": { "release": "21.6.0", "system": "Darwin" }, "pyjwt": { "version": "2.7.0" } }
This command is only available on PyJWT v1.6.3 and greater. Otherwise, please provide some basic information about your system.
The text was updated successfully, but these errors were encountered:
closing this ticket as #891 is now merged.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Summary.
It throws this error <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate.
What you expected.
urllib.request.urlopen
should succeed.What happened instead.
it unable to fetch the
JWKSet
Reproduction Steps
System Information
This command is only available on PyJWT v1.6.3 and greater. Otherwise,
please provide some basic information about your system.
The text was updated successfully, but these errors were encountered: