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

Can't decrypt the enckey after upgrading to 2.9.x #16

Closed
SherifNagy opened this issue Jan 5, 2016 · 1 comment
Closed

Can't decrypt the enckey after upgrading to 2.9.x #16

SherifNagy opened this issue Jan 5, 2016 · 1 comment
Assignees

Comments

@SherifNagy
Copy link

I just updated to the 2.9.x from 2.8.x on a Debian environment, I had the enckey already encrypted with the security module, after the update whenever I run the commands for the securitymodule to decrypt the key I get the following error:

Please enter password for 'admin':
Traceback (most recent call last):
  File "/usr/bin/privacyidea", line 1467, in 
    main()
  File "/usr/bin/privacyidea", line 1462, in main
    no_ssl_check=args.nosslcheck)
  File "/usr/lib/python2.7/dist-packages/privacyideautils/clientutils.py", line 96, in __init__
    self.set_credentials(username, password)
  File "/usr/lib/python2.7/dist-packages/privacyideautils/clientutils.py", line 129, in set_credentials
    raise Exception("Invalid Credentials: %s" % r.status_code)
Exception: Invalid Credentials: 400
  • I am using stable release of privacyIDEA and privacyIDEA Admin
  • LDAP for the users and local for the admin
  • I have a 2nd machine still on 2.8.x and it is working fine
  • enckey and pi.cfg did not change on both machines " they are identical
@cornelinux
Copy link
Member

After investigating this, it turns out, that this is an issue of the server. So we continue working with privacyidea/privacyidea#304 and close this issue.

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