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
This has proven to be difficult due to a few issues within the implementation on python-nss and where it's requiring shared object files to live. Some research needs to be done to fix those issues, or re-compile python-nss to not expect those shared object files to live within the context it's expecting (/path/to/nssdb/<>.so) and instead use the ones already installed on the OS.
Instead of using sys calls (where possible) it would be nice to move this to use python-nss.
The text was updated successfully, but these errors were encountered: