pharo-project / pharo

Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk.
http://pharo.org
Other
1.21k stars 355 forks source link

Pharo Launcher and proxy connexion : New Panel is empty #12036

Open labordep opened 1 year ago

labordep commented 1 year ago

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 : image

The debug session : image

I have proxy settings like that : image

Thanks :)

astares commented 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.

labordep commented 1 year ago

Hi @astares, you are right :) this is an input error. I fixed that thank you !! image

But now there is another problem :) My "New" panel is empty :

image

labordep commented 1 year ago

Edit : my port number is correct, this is 8800 (from our IT manager). @astares this is not a standard port number.

image

When I change the port number for 8800, the problem is same but without the first error of the begining of my post :

image

Ducasse commented 1 year ago

https://github.com/pharo-project/pharo-launcher/issues/583

astares commented 1 year ago

@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:

image

and then check where the problem is (either on Pharo side or the network not providing the necessary downloads/Zips)