Open labordep opened 1 year ago
@labordep Is the port 8800 correct or is it 8080? (often enterprises run their proxy on port 8080)
Can you access the file manually when using a browser (with the proxy set on Windows config) - just to double check that this is not a local network issue.
Hi @astares, you are right :) this is an input error. I fixed that thank you !!
But now there is another problem :) My "New" panel is empty :
Edit : my port number is correct, this is 8800 (from our IT manager). @astares this is not a standard port number.
When I change the port number for 8800, the problem is same but without the first error of the begining of my post :
@labordep
Hard to say remotely. But you migt want to debug the issue locally - in the settings browser you can enable the development environment and then check in the launcher code by setting breakpoints:
and then check where the problem is (either on Pharo side or the network not providing the necessary downloads/Zips)
I cannot create a new Pharo Image with the Pharo Launcher because of an error :
PhLDownloadError: Failed to CONNECT to proxy for TLS/SSL.
My configuration :
When I click on "New" button :
The debug session :
I have proxy settings like that :
Thanks :)