Even a simple wget cmd does not work too wget : Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. At line:1 char:1 + wget https://files.pharo.org/get-files/70/pharo-win-stable.zip + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Invoke-WebRequest], IOException + FullyQualifiedErrorId : System.IO.IOException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand
It should be a firewall pb then.... Thanks for your help! Vincent -----Original Message----- From: Pharo-dev [mailto:[email protected]] On Behalf Of Sven Van Caekenberghe Sent: Thursday, February 1, 2018 3:09 To: Pharo Development List <[email protected]> Subject: Re: [Pharo-dev] [Launcher][Win]Cannot download the VM from Pharo This is a know issue. It requires being behind a particular proxy or firewall doing a large HTTPS (I believe it does not occur with HTTP) download that goes slower. It might also only occur on Windows. This can only be debugged when being in that specific location, I guess. It is annoying to say the least. > On 1 Feb 2018, at 11:37, Marcus Denker <[email protected]> wrote: > > Hello, > > I remember that we had people behind firewalls some time ago that saw this > problem. (In Argentina?). > We never even found a clue what the problem could be. > > There has to be something that Pharo does that leads to the server > dropping the connection. What could it be? > > Marcus > >> On 1 Feb 2018, at 09:33, Vincent BLONDEAU >> <[email protected]> wrote: >> >> This issue is still there…. >> >> At work, I can download the zip properly with Firefox, but not with Chrome, >> IE, Pharo, and VisualWorks. >> When I use another connection than the one behind the company firewall, it >> works. >> I tried on the laptop of one of my colleagues: same issue… >> >> By analyzing the HTTP packets with Wireshark, a Reset of the >> connection is send by the server, I don’t know why… I really don’t know how >> to solve or reproduce this issue. Has someone an idea? >> >> Thanks, >> >> >> Vincent >> >> >> From: Pharo-dev [mailto:[email protected]] On Behalf >> Of [email protected] >> Sent: mercredi 24 janvier 2018 09:11 >> To: [email protected] >> Subject: Re: [Pharo-dev] [Launcher][Win]Cannot download the VM from >> Pharo >> >> Hi, >> >> I think that is not related… I have this problem since last week and it is >> still there today. >> >> Vincent >> >> From: Pharo-dev [mailto:[email protected]] On Behalf >> Of Marcus Denker >> Sent: Wednesday, January 24, 2018 0:01 >> To: Pharo Development List <[email protected]> >> Subject: Re: [Pharo-dev] [Launcher][Win]Cannot download the VM from >> Pharo >> >> Hi, >> >> My watchdog detected problems connecting to files.pharo.org this night >> (local time). >> >> It seems to not happen anymore. It might have been related (that is, >> there might have been problems on the OVH side this night). >> >> Marcus >> >> >>> On 24 Jan 2018, at 00:09, <[email protected]> >>> <[email protected]> wrote: >>> >>> Hi, >>> >>> With the Pharo launcher, the VM are automatically downloaded from the >>> files.pharo.org server. >>> However, it seems that the download of some VMs doesn't work at least under >>> Windows 10. >>> For the P7 image, the download stops at 38% (~2.5Mo) with the error >>> "ConnectionClosed: Cannot Read Data", and, I obtain the same error with >>> this cmd: >>> >>> ZnEasy get: >>> 'https://urldefense.proofpoint.com/v2/url?u=http-3A__files.pharo.org_get-2Dfiles_70_pharo-2Dwin-2Dstable.zip&d=DwIFaQ&c=RWI7EqL8K9lqtga8KxgfzvOYoob76EZWE0yAO85PVMQ&r=kIZIYXBAA3fhM7P5HOuTC5w6mnEApTfXPTq3lR34ZiY&m=6B_oTalmIUHClO99GAgA7QDrvsKsbhGgicu9pVEZzwk&s=8WuW7BSmwyMwvViGgmYbTs5VN06lkN19opULrS2rcyY&e='. >>> >>> However, I can fully download the image through the Internet Browser. The >>> download with Pharo is working: ZnEasy get: >>> 'https://urldefense.proofpoint.com/v2/url?u=https-3A__files.pharo.org_&d=DwIFaQ&c=RWI7EqL8K9lqtga8KxgfzvOYoob76EZWE0yAO85PVMQ&r=kIZIYXBAA3fhM7P5HOuTC5w6mnEApTfXPTq3lR34ZiY&m=6B_oTalmIUHClO99GAgA7QDrvsKsbhGgicu9pVEZzwk&s=ROecBH6yGr68uPYUjaNrFzeOWS3Hk3dSlaRDxgFbOTo&e='. >>> give me a 200 OK response. >>> >>> Thanks in advance for your help, >>> >>> Cheers, >>> Vincent >>> >>> >>> <winmail.dat> >
