(no title)
gwillz | 3 years ago
It makes simple things really hard - like a links checker, package dependencies, remote servers or integrations with Google.
We can't even run test scenarios on the machine because we're also locked _out_ of the server. Instead, we rely on their IT department to run test scripts that we send them via email.
We were debugging an elastic server connection for 2 weeks that was working perfectly fine in their "QA". It's a horrible existence.
dijit|3 years ago
Even then, if you were using certificate pinning, it wouldn't work as the HTTP proxy would serve a "are you sure you want to continue" HTML page, which is of course not expected.
SSH is out of the question.
it's amazing what "simple" things break; like kubectl, gcloud, go get.
So frustrating. Countless development hours lost to bypasses.
bheadmaster|3 years ago
If you're running Linux, there's a utility called "tsocks" which wraps any other command and redirects all network servers through a SOCKS proxy defined in /etc/tsocks.conf, e.g.:
One downside is that since it relies on some linker magic, it doesn't work for static binaries. But for most common usage, it served me just fine.rtev|3 years ago
roflyear|3 years ago
Reminds me of a friend who started a government job, and they went 6m before they were fully onboarded and able to work. ????