@paolafrancesca commented on GitHub:
hello @oriolrius , thanks for you appreciation
regarding the custom front-end you are right: I should document how to setup
I will try to help you…
@srinisubramanian commented on GitHub:
In your case does the auth pop up immediately on the web page or after the upload is complete?
I will post the config shortly.
@paolafrancesca commented on GitHub:
if the proxy is on http it has a certificate, so you can use the same on transfer.sh (that's what I do) I will investigate a little more on the problem
@srinisubramanian commented on GitHub:
Yes. My setup runs on http. If you can find a fix let me know. Else maybe I need to run internal on a self signed https certificate.
@oriolrius commented on GitHub:
Thanks @aspacca for helping me, finally I had some hours for trying it. I spend more than 2h trying to understand how grunt and bower works but finally, I had the…
@paolafrancesca commented on GitHub:
@srinisubramanian I have exactly the same setuo and I couldn't reproduce the issue
can you post your configuration for nginx and the args for transfer.sh? …
@paolafrancesca commented on GitHub:
https://blog.bigbinary.com/2016/01/07/not-using-https-might-be-breaking-file-uploads.html
@robertgendler commented on GitHub:
There is no plan to create functionality to export by CIS section.
CIS controls move from section and grouping and numbering too much.
Export of profiles…
@srinisubramanian commented on GitHub:
No luck @aspacca Not working. Still returns the 502 error
Here is my nginx config.
location / {
proxy_set_header X-Real-IP …
@paolafrancesca commented on GitHub:
the problem seems to be on how nginx expects response from the server when uploading file. the transfer.sh upstream is sending a 401 before nginx finishes to…
@paolafrancesca commented on GitHub:
it should be solved with http upstream and X-Forwarded-Proto and setting the following in the block with the proxy directive:
keepalive_requests…
@srinisubramanian commented on GitHub:
Ok. So you are suggesting I just turn on https? Will do and check.
@paolafrancesca commented on GitHub:
damn, I tested only once, it worked, now not anymore can you ask in the nginx mailing list?
@srinisubramanian commented on GitHub:
Here’s what I did for now.
- Switched off auth in transfer.sh
- Enabled http basic auth in nginx for the transfersh site except for GET
- This…
@paolafrancesca commented on GitHub:
just to know, did you ask in the nginx mailing list? otherwise I will do
@srinisubramanian commented on GitHub:
Will do