• Joined on 2025-07-20
michael commented on issue dutchcoders/transfer.sh#212 2026-01-19 18:29:27 +00:00
Custom Web Interface???

@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…

michael commented on issue dutchcoders/transfer.sh#213 2026-01-19 18:29:27 +00:00
502 error - Authentication popup never shown in browser

@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.

michael commented on issue dutchcoders/transfer.sh#213 2026-01-19 18:29:27 +00:00
502 error - Authentication popup never shown in browser

@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

michael commented on issue dutchcoders/transfer.sh#213 2026-01-19 18:29:27 +00:00
502 error - Authentication popup never shown in browser

@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.

michael commented on issue dutchcoders/transfer.sh#212 2026-01-19 18:29:27 +00:00
Custom Web Interface???

@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…

michael commented on issue dutchcoders/transfer.sh#213 2026-01-19 18:29:27 +00:00
502 error - Authentication popup never shown in browser

@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? …

michael commented on issue usnistgov/macos_security#159 2026-01-19 18:29:27 +00:00
submit profiles by CIS section vs functionality section

@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…

michael commented on issue dutchcoders/transfer.sh#213 2026-01-19 18:29:27 +00:00
502 error - Authentication popup never shown in browser

@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 …
michael commented on issue dutchcoders/transfer.sh#213 2026-01-19 18:29:27 +00:00
502 error - Authentication popup never shown in browser

@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…

michael commented on issue dutchcoders/transfer.sh#213 2026-01-19 18:29:27 +00:00
502 error - Authentication popup never shown in browser

@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…
michael commented on issue dutchcoders/transfer.sh#213 2026-01-19 18:29:27 +00:00
502 error - Authentication popup never shown in browser

@srinisubramanian commented on GitHub:

Ok. So you are suggesting I just turn on https? Will do and check.

michael opened issue usnistgov/macos_security#160 2026-01-19 18:29:27 +00:00
Compliance percentage incorrect when exempted rules pass #267 “best practice!!!
michael opened issue usnistgov/macos_security#161 2026-01-19 18:29:27 +00:00
Indicate manual rules that are included in the baseline
michael commented on issue dutchcoders/transfer.sh#213 2026-01-19 18:29:27 +00:00
502 error - Authentication popup never shown in browser

@paolafrancesca commented on GitHub:

thanks

michael opened issue usnistgov/macos_security#162 2026-01-19 18:29:27 +00:00
CIS Manual Recommendations not generating properly
michael commented on issue dutchcoders/transfer.sh#213 2026-01-19 18:29:27 +00:00
502 error - Authentication popup never shown in browser

@paolafrancesca commented on GitHub:

damn, I tested only once, it worked, now not anymore can you ask in the nginx mailing list?

michael commented on issue dutchcoders/transfer.sh#213 2026-01-19 18:29:27 +00:00
502 error - Authentication popup never shown in browser

@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…
michael commented on issue dutchcoders/transfer.sh#213 2026-01-19 18:29:27 +00:00
502 error - Authentication popup never shown in browser

@paolafrancesca commented on GitHub:

just to know, did you ask in the nginx mailing list? otherwise I will do

michael commented on issue dutchcoders/transfer.sh#213 2026-01-19 18:29:27 +00:00
502 error - Authentication popup never shown in browser

@srinisubramanian commented on GitHub:

Will do