git:// through proxy

If you are talking about git submodules, try this: git config –global url.https://github.com/.insteadOf git://github.com/ …taken from here. This way, you don’t need to set any proxy, nor run any script.

Node.js global proxy setting

Unfortunately, it seems that proxy information must be set on each call to http.request. Node does not include a mechanism for global proxy settings. The global-tunnel-ng module on NPM appears to handle this, however: var globalTunnel = require(‘global-tunnel-ng’); globalTunnel.initialize({ host: ‘10.0.0.10’, port: 8080, proxyAuth: ‘userId:password’, // optional authentication sockets: 50 // optional pool size for … Read more

How to use bundler behind a proxy?

OSX & Linux export http_proxy=http://user:password@host:port export HTTP_PROXY=$http_proxy If it’s using HTTPS, set it as well export https_proxy=http://user:password@host:port export HTTPS_PROXY=$https_proxy If you use sudo, by default sudo does not preserves http proxy variable. Use -E flag to preserve it $ sudo -E bundle install to make sudo preserves environment variables by default: Bash http_proxy: from a … Read more

Why some iphone apps won’t finish ssl handshake with Charles Proxy?

Yes, SSL pinning is a possibility. Although as of iOS 10.3, you must take an additional step to trust the Charles Root Certificate that is not currently documented on their website edit: this info is now under iOS Devices here: https://www.charlesproxy.com/documentation/using-charles/ssl-certificates/ Settings > General > About > Certificate Trust Testings Source: https://www.neglectedpotential.com/2017/04/trusting-custom-root-certificates-on-ios-10-3/

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)