• Joined on 2025-07-20
michael commented on issue dutchcoders/transfer.sh#136 2026-01-19 18:29:08 +00:00
.bashrc transfer command code fails on HTTPS servers

@yelodevopsi commented on GitHub:

An update: It might be related to the system I'm using.

  • I just copied a shorted code working on another server running Ubuntu LTS 18.04.1 LTS and `curl…
michael commented on issue dutchcoders/transfer.sh#138 2026-01-19 18:29:08 +00:00
curl: (92) HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2)

@paolafrancesca commented on GitHub:

thanks

can you test the upload adding --http1.1 param to curl?

@stefanbenten you might want to look into this

michael commented on issue dutchcoders/transfer.sh#136 2026-01-19 18:29:08 +00:00
.bashrc transfer command code fails on HTTPS servers

@paolafrancesca commented on GitHub:

you can change the command to

curl -q --upload-file "$1" https://io.gule.cloud/$(basename "$1")

tee /dev/null is required to show the progress…

michael commented on issue dutchcoders/transfer.sh#138 2026-01-19 18:29:08 +00:00
curl: (92) HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2)

@OfekShochat commented on GitHub:

* Connected to transfer.sh (144.76.136.153) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully…
michael commented on issue dutchcoders/transfer.sh#137 2026-01-19 18:29:08 +00:00
What all types of "--provider" do we have while launching it with docker

@stefanbenten commented on GitHub:

@AmoghSaxena Could you provide the full example of how you try to start it? More than happy to assist!

michael commented on issue dutchcoders/transfer.sh#138 2026-01-19 18:29:08 +00:00
curl: (92) HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2)

@OfekShochat commented on GitHub:

Hmm when adding --http1.1 I get an empty reply

michael commented on issue dutchcoders/transfer.sh#138 2026-01-19 18:29:08 +00:00
curl: (92) HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2)

@paolafrancesca commented on GitHub:

@OfekShochat can you add -v to curl parms and copy the output?

I just uploaded a file and I had no issue

michael closed issue usnistgov/macos_security#70 2026-01-19 18:29:08 +00:00
pwpolicy_special_character_enforce: enforce more than 1 special character.
michael closed issue usnistgov/macos_security#72 2026-01-19 18:29:08 +00:00
"check" script in system_settings_screensaver_ask_for_password_delay_enforce.yaml throws a syntax error
michael closed issue usnistgov/macos_security#71 2026-01-19 18:29:08 +00:00
STIG tag missing from system_settings_improve_assistive_voice_disable.yaml
michael commented on issue dutchcoders/transfer.sh#137 2026-01-19 18:29:08 +00:00
What all types of "--provider" do we have while launching it with docker

@stefanbenten commented on GitHub:

@AmoghSaxena Is this question still unanswered? Else i am going to close it in 48 hours from now.

michael commented on issue dutchcoders/transfer.sh#138 2026-01-19 18:29:08 +00:00
curl: (92) HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2)

@OfekShochat commented on GitHub:

* Connected to transfer.sh (144.76.136.153) port 443 (#0)
* ALPN, offering http/1.1
* successfully set certificate verify…
michael commented on issue dutchcoders/transfer.sh#138 2026-01-19 18:29:08 +00:00
curl: (92) HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2)

@paolafrancesca commented on GitHub:

can you past the -v output?

michael commented on issue dutchcoders/transfer.sh#138 2026-01-19 18:29:08 +00:00
curl: (92) HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2)

@OfekShochat commented on GitHub:

just tried with tor, seems that it is! not that of a good thing tho

michael commented on issue dutchcoders/transfer.sh#138 2026-01-19 18:29:08 +00:00
curl: (92) HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2)

@stefanbenten commented on GitHub:

It is there because of abuse, but i am sure you know that already.

michael commented on issue dutchcoders/transfer.sh#138 2026-01-19 18:29:08 +00:00
curl: (92) HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2)

@stefanbenten commented on GitHub:

May i ask where you are located at? This could possibly be the geoblocking that takes place here.

michael commented on issue dutchcoders/transfer.sh#138 2026-01-19 18:29:08 +00:00
curl: (92) HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2)

@ShivamJoker commented on GitHub:

@ShivamJoker India is one of the countries being blocked.

You mean you have blocked it here ? or our government has

michael commented on issue dutchcoders/transfer.sh#138 2026-01-19 18:29:08 +00:00
curl: (92) HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2)

@ShivamJoker commented on GitHub:

@stefanbenten it's happening same on my computer as well (location: India)

michael commented on issue usnistgov/macos_security#70 2026-01-19 18:29:08 +00:00
pwpolicy_special_character_enforce: enforce more than 1 special character.

@DavidRvrsR3 commented on GitHub:

Thanks for explaining the ODV system and how it's meant to be tailored at the organization level. I get that it’s flexible by design, but I think there’s a…

michael commented on issue usnistgov/macos_security#70 2026-01-19 18:29:08 +00:00
pwpolicy_special_character_enforce: enforce more than 1 special character.

@brodjieski commented on GitHub:

Sure thing! It looks like the check is actually out of sync with what CIS has in their benchmark. We can look to update the check itself to match what CIS has,…