-
-
Notifications
You must be signed in to change notification settings - Fork 665
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
The library mcrypt is not available. #629
Comments
It's been deprecated in PHP 7.2. Here's the first hit on Google: https://askubuntu.com/a/1037418 |
But, maybe we should include it in the VM... |
Hi @enoch85, thanks for your reply :) I appreciate you labelled this as possible enhancement. Thanks for your work ! |
Why not use PECL as instructed instead?
|
Had a look at mcrypt. We will not use it in the VM as it's considered abandonware and is no longer maintained. I suggest you post an issue in repository for the SSO & SAML authentication App instead, asking them to implement a secure method, I suggest to use a key binding encryption just like OpenSSL. This also looks promising. |
For some reason, PEAR doesn't work on my setup :
Nextcloud team seems to be aware of the situation as suggested here and there |
Great! Then it's just a matter of time I guess. :) |
Hello there, I'm dealing with an issue regarding the library mcrypt when activating app SSO/SAML. I hope this hasn't already been asked to death.
The only relevant information I found about my issue has been discussed in user_saml sub-github there but I failed to adapt the solution they offered (downgrading to php 7.0). So I was wondering if someone here ran into the issue and found a way to fix it in the official ova.
It used to work, I'd say before May (probably when the version upgraded from Ubuntu 16.04 to 18.04) but I can't make it work with my new fresh install.
Thanks in advance for your time !
Steps to reproduce
Expected behaviour
The app should download itself.
Actual behaviour
Refuses to download and displays
Server configuration
Server version:
Server version: 13.0.5
Installed from OVA from https://www.techandme.se/nextcloud-vm/
How did you install the VM?
I used the provided script
Logs / Screenshots
Log file (/mnt/ncdata/nextcloud.log)
https://hastebin.com/elofimukin.json
https://imgur.com/a/Zp7bPD8
The text was updated successfully, but these errors were encountered: