You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.
It would be better to use the existing (but unused, from what I can tell) _PKCS12_ERROR string inside service_account.py to let the user know what's going on.
The text was updated successfully, but these errors were encountered:
If you try to create
ServiceAccountCredentials
without havingPyOpenSSL
installed, aUnicodeDecodeError
is raised:It would be better to use the existing (but unused, from what I can tell)
_PKCS12_ERROR
string insideservice_account.py
to let the user know what's going on.The text was updated successfully, but these errors were encountered: