pharo-project / pharo

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

Zeroconf scripts are using http instead of https #16135

Open macatari opened 4 months ago

macatari commented 4 months ago

The scripts https://get.pharo.org/110 and https://get.pharo.org/vm110 are using http instead of https for downloading.

FILES_URL="http://files.pharo.org/get-files/${VERSION}"

Ducasse commented 4 months ago

Thanks!

macatari commented 4 months ago

Looks like this issue was already reported here: https://github.com/pharo-project/pharo-zeroconf/issues/37

MarcusDenker commented 4 months ago

I think there was some problem in the past that old versions of wget did not support the SSL certificate used and this broke the CI...

MarcusDenker commented 4 months ago

I think we should try it again, as this was years ago. I will do some experiments before to check.

(I remember that it had to do with wget getting confused due to not supporting "Subject Alternative Name" extension? But maybe it was some other feature.

What happend is that some wget could download, others (older ones) could not.