Https error - Your connection is not private

I have generated docker-compose.yml using below overrides-

docker-compose -f compose.yaml \
  -f overrides/compose.erpnext.yaml \
  -f overrides/compose.mariadb.yaml \
  -f overrides/compose.redis.yaml \
  -f overrides/compose.proxy.yaml \
  -f overrides/compose.https.yaml \
  config > ~/gitops/docker-compose.yml

After installation successfully, Chrome throws error as below
image

@revant_one Can you please help?

can you try this setup.

1 Like

Hello, I have followed the github guide on singe-server setup but still getting the Your connection is not private after installing my site. Is there any other way of resolving this?
I’m also not able to see the frappe-bench directory when I follow the guide. I have no idea where my sites are.

Don’t use containers if you need native installation. All sites are in “sites” volume and frappe-bench is part of app code in container.

You will need to understand containers. Check logs of traefik container for certificate errors.

1 Like