pharo icon indicating copy to clipboard operation
pharo copied to clipboard

Zeroconf scripts are using http instead of https

Open macatari opened this issue 1 year ago • 4 comments

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}"

macatari avatar Feb 11 '24 18:02 macatari

Thanks!

Ducasse avatar Feb 11 '24 18:02 Ducasse

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

macatari avatar Feb 11 '24 19:02 macatari

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 avatar Feb 12 '24 11:02 MarcusDenker

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.

MarcusDenker avatar Feb 15 '24 10:02 MarcusDenker