Skip to content

Fix "non secure connection on the server" warning on Matomo #33

@JMLX42

Description

@JMLX42

image

This warning is because the SSL is provided by the Nginx proxy + Let'sEncrypt + Cloudflare. So Matomo sees an https URL but actually runs HTTP on the 80 port.

The solution is to add the line assume_secure_protocol=1 below the [General] section in the Matomo configuration.

  • Fix the Matomo configuration.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions