Hi all

Today I was trying to install pharo, in a Centos release 5.11 (Final), but without success.
the error message is

with curl

curl https://get.pharo.org/64 | bash

curl: (51) SSL: certificate subject name 'cluster023.hosting.ovh.net' does not match target host name 'get.pharo.org'

with wget,

��wget -O- https://get.pharo.org/64 | bash
--2019-05-07 12:49:11 - https://get.pharo.org/64
Resolving get.pharo.org ... 164.132.235.17, 2001: 41d0: 301 :: 23
Connecting to get.pharo.org | 164.132.235.17 |: 443 ... connected.
ERROR: certificate common name `cluster023.hosting.ovh.net 'does not match requested host name` get.pharo.org'.
To connect to get.pharo.org insecurely, use `--no-check-certificate '.
The SSL connection could not be established.
I wonder if this is a known error, or is it a problem with my internet provider.
One last question, for 5.xx centos there are prerequisites for installation ?.
Any link or reference to install it?

best regards
�� Juan M. Diaz Cortez