RokkieBrown
RokkieBrown
> I assume this is because PHP's stream functions need tcp://, while cURL needs http:// I guess so to. > you seem to be the proxy tester TEST ALL THE...
I've checked out the branch locally, ran `composer install` and executed the same ```shell http_proxy=http://localhost \ https_proxy=http://localhost \ PLATFORMSH_CLI_TOKEN=xxx-yyy-zzz \ php ./bin/platform project:info ``` command, but it still says ```...
Looking better, i now get ``` cURL error 7: Failed to connect to localhost port 1080: Connection refused ``` which (again) makes sense since I don't actually have a proxy...
Is there anything more that I can do/test? As far as I can tell it looks fine, the `Connection refused` was to be expected. The real proof of the pudding...
Hi again! I've tested the 3.65.3 release but it still fails :( However, I have a strong suspicion that this is caused by our own proxy/firewall. The message I get...
I've asked if SSH over 443 should work (asked because I don't have direct access to the build server so I can't try out myself) and the answer was "443...
I ran into the same error today after upgrading from 2.3.0 > 2.3.1. I was a bit annoyed because I'm not using annotations (for routing) or templates, so for me...
@xabbuh This is all the config I could think of being relevant. This works with 2.3.0 but after upgrading I got the error as a result of `./bin/console cache:clear` during...