-
Notifications
You must be signed in to change notification settings - Fork 606
Issue with Graphql file uploads using nginx proxy #459
Comments
I don't really understand how naxsi would lead to a timeout, is there any logs produced after you added the whitelists ? |
Nope. It just hangs. No errors or anything. Thats whats odd.
…On Thu, Mar 14, 2019 at 8:20 AM buixor ***@***.***> wrote:
I don't really understand how naxsi would lead to a timeout, is there any
logs produced after you added the whitelists ?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#459 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AACrQ3MOl2-hh2zqqaExqmyKrNhvbyPjks5vWkytgaJpZM4bvWBA>
.
|
So we managed to fix it. It was an issue with the ngx_http_auth_request_module.
We ended up replacing it with.
It now works correctly after ditching auth_request. We have tracked this on our end as an issue. Don't know if you guys have tried it or tested this scenario. |
Hi, I can see that your rule can't work with the triggered event you pasted. Indeed, you allow all the IDs on the BODY but on the URI: You must try something like that :
Or with a regex in the URI :
You can test this without your last fix and see if it solve your issue. |
@indieocean : Thanks for the update, it's not the first time we have a conflict with The issue is still unsolved on our side :/ |
Yeah we tried those but nothing seemed to work. |
please which config file I need to add |
@diadal : You need to add this to your location |
We are running into issue where Naxsi is blocking file uploads on Graphql even when we have whitelisted it. As soon as we disable Naxsi the upload works.
This is an example curl
At first it complained about the following rules:
We added a new whitelist BasicRule
It stopped giving blocking errors but it timesout now.
Any pointers?
The text was updated successfully, but these errors were encountered: