The server is requesting a client certificate.

[details=“Support intro”]

Proxy zoraxy

DNS cloudflare.

Hi @darzani77 welcome to the community of Nextcloud :handshake:

You started a topic in support category. Unfortunately you ignored the template and a lot of information to help you is missing. Please edit your original post and add all required details like Nextcloud version, webserver type and version, os version, related log file content. Use the support template.

Without additional information the community members cannot help you.

Regards,

I’m sorry I’m not so good at English I’ll try to write more information
Nextcloud runs on Docker NAS ugreen NAS DXP6800 Pro RAM 32GB

(version: ‘3’

services:
aio-nextcloud:
image: nextcloud/all-in-one:latest
container_name: nextcloud-aio-mastercontainer
restart: always
ports:
#- 81:80
- 8080:8080
- 444:8443
volumes:
- nextcloud_aio_mastercontainer:/mnt/docker-aio-config
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
- NEXTCLOUD_DATADIR=/volume1/media/cloud/nc/data
- APACHE_ADDITIONAL_NETWORK=proxy
- APACHE_PORT=11000
- APACHE_IP_BINDING=0.0.0.0
- NEXTCLOUD_MOUNT=/volume2/docker/nextcloud
- NEXTCLOUD_UPLOAD_LIMIT=20G
- NEXTCLOUD_MAX_TIME=7200
- NEXTCLOUD_MEMORY_LIMIT=2048M
- PHP_UPLOAD_LIMIT=20G
- REDIS_MEM_LIMIT=1024mb
- TZ=Europe/Berlin
- SKIP_DOMAIN_VALIDATION=true
- NEXTCLOUD_ENABLE_DRI_DEVICE=true
volumes:
nextcloud_aio_mastercontainer:
name: nextcloud_aio_mastercontainer)
And he is very slow when inviting download upload and my LAN 300/50 mbit

DNS cloudflare.
[…]
And he is very slow when inviting download upload and my LAN 300/50 mbit

The requirement for a client certificate is configured wherever you’re terminating your HTTPS.

Your config suggests you’re using an external reverse proxy and/or Cloudflare.

Where/how is your HTTPS terminated?

SSL/TLS in cloudflare Full (Strict)

In proxy (zoraxy) Let’s Encrypt with DNS cloudflare

Those would be the two spots to check then.

If a client certificate is being requested, the request is generated by your HTTPS server (unless there is some unusual bug in the client).

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.