Hi folks,
So I’m trying to run composer_wrapper.php but for some reason it is ignoring my proxy settings.
these values are here…
declare -x HTTPS_PROXY=“http://proxy.ny9.redacted.com:80”
declare -x HTTP_PROXY=“http://proxy.ny9.redacted.com:80”
I am able to get to the web doing basic curls and my install, aside from this, was able to get to the Internet.
When I do a packet capture I can see that it is trying to go direct…
02:48:36.361877 IP 172.17.0.2.55624 > 185.199.108.153.https: Flags [S], seq 3911535672, win 29200, options [mss 1460,sackOK,TS val 1144135744 ecr 0,nop,wscale 7], length 0
02:48:44.377865 IP 172.17.0.2.55624 > 185.199.108.153.https: Flags [S], seq 3911535672, win 29200, options [mss 1460,sackOK,TS val 1144143760 ecr 0,nop,wscale 7], length 0
02:49:00.425895 IP 172.17.0.2.55624 > 185.199.108.153.https: Flags [S], seq 3911535672, win 29200, options [mss 1460,sackOK,TS val 1144159808 ecr 0,nop,wscale 7], length 0
that ip address is github.
I did an echo of the $proxy variable in the composer_wrapper.php inside the first if conditional and it displays the right value.
So I’m kinda at a loss as to what I am supposed to do.