duplicity-team team mailing list archive
-
duplicity-team team
-
Mailing list archive
-
Message #05389
[Question #689178]: Duplicity fails with FIPS enabled
New question #689178 on Duplicity:
https://answers.launchpad.net/duplicity/+question/689178
When trying to use the application for backups (via Deja Dup) the process fails:
Traceback (innermost last):
File "/usr/bin/duplicity", line 1581, in <module>
with_tempdir(main)
File "/usr/bin/duplicity", line 1567, in with_tempdir
fn()
File "/usr/bin/duplicity", line 1406, in main
action = commandline.ProcessCommandLine(sys.argv[1:])
File "/usr/lib64/python2.7/site-packages/duplicity/commandline.py", line 1096, in ProcessCommandLine
args = parse_cmdline_options(cmdline_list)
File "/usr/lib64/python2.7/site-packages/duplicity/commandline.py", line 730, in parse_cmdline_options
globals.backup_name = generate_default_backup_name(backend_url)
File "/usr/lib64/python2.7/site-packages/duplicity/commandline.py", line 125, in generate_default_backup_name
burlhash = md5()
ValueError: error:060800A3:digital envelope routines:EVP_DigestInit_ex:disabled for fips
>From what I have learned, the issue lies with Duplicity using md5 instead of SHA256 (or other FIPS compliant)
Is there an option to enable something other than md5?
Thanks
--
You received this question notification because your team duplicity-team
is an answer contact for Duplicity.