Client crashes when trying to use Send with file attachment #6681
-
|
Hello everyone, we are having an issue when trying to Send a file using any client (dekstop, browser addon, vaultwarden web). Using send with only text works ok. It seems to be somewhere on the path: client - cloudflare proxy - nginx proxy - vaultwarden, because if I try it using different access (client - caddy proxy - vaultwarden) it work as expected. Could this be related to cloudflare proxy or a mistake in the nginx config? Any hints are highly appretiated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
My guess given that config would be that you need to set |
Beta Was this translation helpful? Give feedback.
@stefan0xC it was due to the cloudflare waf rule identifying the request as CVE-2020-13443. Needed to create a WAF rule to skip it. Now works ok. Thanks!