SSL and forced command

I have an issue that I added inside config.ini.php the following code:
[Custom settings]
force_ssl = 1
force_ssl_login = 1

How to manage without warning as it is all the time:
Forced SSL Connection
We recommend using Matomo over secure SSL connections only. To prevent insecure access over http, add force_ssl = 1 to the General section in your Matomo config/config.ini.php file.

Hi,

The force_ssl = 1 line has to be in the [General] section of the config file.

What about force_ssl_login = 1 Should we also move to GENERAL?

[Custom settings]
force_ssl_login = 1

Hi,

Yes, I meant both settings.

Hey gd83caw1gd
Thanks It’s Working.