Laravel ssl error on localhost environment on safari but chrome is ok

Im getting this error even though im running it on local, note: it’s 3000 because i use npm run hot, right now im running on php 7.4 and laravel 8
enter image description here

my env already correct

APP_URL=http://localhost:8000

but when i use localhost:8000 it’s still the same, does anyone know what issue i have and how to solve it?

my config/app.php already correct here
enter image description here

but the problem is when I use chrome instead of safari, it’s working

  • try changing the port or check if port 8000 is already in use

    – 

Leave a Comment