Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

203
Views
Only supported ciphers are AES-128-CBC and AES-256-CBC error

I've copied laravel on a shared host and after configuring I'm getting The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths error and i don't have any idea what i did wrong and after searching on stackoverflow in all of answers they recommended to run a command but i don't have access to ssh. how can i fix it?

over 4 years ago · Santiago Trujillo
2 answers
Answer question

0

Alright, looks like it works.

Need to create key file in .env file so run it php artisan key:generate. I then copied the output in the brackets, and put in my .env file as APP_KEY=base64:keygoesherenotpostingmyrealkey. I did php artisan config:clear, then php artisan config:cache, and things are now working!

over 4 years ago · Santiago Trujillo Report

0

You can't fix this without having SSH access.

This error usually occurs when APP_KEY is not set in the .env file or the .env is missing entirely. If you just cloned your repository, the .env is usually missing because it's listed in the .gitignore (by default).

If you copied the default .env.example, you'll notice the APP_KEY is left blank.

Just ensure the .env file is present and use php artisan key:generate and you'll get a new random and valid key.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!