#The panels does not use HTTPS cookies
1 messages · Page 1 of 1 (latest)
There are many ways to add SSL to your site. A simple solution is to use certbot from let’s encrypt. cerbot will automatically install the certificates for you and keep your SSL certs up to date!
sudo apt-get update
sudo apt-get install python-certbot-nginx
sudo certbot --nginx -d yourdomain.com```
Apparently it could be intercepted and then logged into someone else's account.
More can be asked from the user: 467563930114457601
@rigid dew
- Check if u have ssl installed correctly
- Check, if APP_URL in the .env starts with https://
okay
APP_URL starts with https://
it is also using ssl
i got an upset stomach so if i dont reply then im having some biological issues
should this be a concern?
ping me if you got a reply
config/session.php
/*
|--------------------------------------------------------------------------
| HTTPS Only Cookies
|--------------------------------------------------------------------------
|
| By setting this option to true, session cookies will only be sent back
| to the server if the browser has a HTTPS connection. This will keep
| the cookie from being sent to you if it can not be done securely.
|
*/
'secure' => true,
or
SESSION_SECURE_COOKIE=true
In .env file
@round stone
ok thank you
SESSION_SECURE_COOKIE is not found in .env but the session.php is there
U need to add manually
but on deafult it's not added
oh okay