-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
New install error: RuntimeException: The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths. #516
Comments
Can you try following the guide here laravel/framework#9080 and let me know if the problem persists? |
Alright, looks like it works. The way I did it was I ran Excited to enjoy koel 👍 |
Thanks @o355 . You're a lifesaver! |
But what do you do to debug this when things DON'T WORK after performing this?? It originally did (last month) but after doing a composer update and downloading Laravel 5.4.24 (from 5.4.23), this solution no longer works for me. I've even tried changing the cipher to AES-128-CBC, no use. |
What i found is: if you change the key string in your app.php to anything else than the default placeholder (even emptying it). laravel will fail and display the encryption error. (even if you did the keysetting in your env file correctly). |
Thank you, this works. |
nice |
Thanks. This works for me . |
thank you very much!!!!!!!!!!!!1 |
Fresh out of a second new install, can't login using the specified info in the .env file, and laravel.log turns up this:
Pretty much stumped at this point at what to do.
Steps to reproduce on my end:
OS is Ubuntu Server 16.04.1 LTS. I am running Apache/SoftEther on this server so I don't know if that interferes with encryption. Working directory is
/srv/koel
The text was updated successfully, but these errors were encountered: