Skip to content
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

dx download/upload fails on FIPS enabled systems #702

Closed
anastasia-lucas opened this issue Jul 19, 2021 · 3 comments
Closed

dx download/upload fails on FIPS enabled systems #702

anastasia-lucas opened this issue Jul 19, 2021 · 3 comments

Comments

@anastasia-lucas
Copy link

Hello, would it be possible to add support for FIPS enabled systems?

Currently at least dx download and dx upload are failing with the following error

ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for fips

It seems like python 3.9 has built in support for this and it looks like this link has a similar example of an md5 on FIPS enabled system.
sphinx-doc/sphinx#7611 (comment)

@kpjensen
Copy link
Member

Hello, I opened a branch to try and support this. If you install dxpy via pip, you can try installing this branch like so.

python3 -m pip install -U "git+https://github.com/dnanexus/dx-toolkit.git@DEVEX-1961-md5#egg=dxpy&subdirectory=src/python"

@anastasia-lucas
Copy link
Author

@kpjensen this is working for me. Thanks so much for the quick response!

@kpjensen
Copy link
Member

Closing as this is now released in 0.314.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants