aditional info https://stackoverflow.com/questions/41377036/how-can-i-resolve-the-error-cer... On Tue, May 7, 2019 at 5:38 PM Juan <smalltalker.marcelo@gmail.com> wrote:
Paul ,thanks for your quicly response, On Tue, May 7, 2019 at 5:17 PM Paul DeBruicker <pdebruic@gmail.com> wrote:
try it with a trailing slash e.g.
curl https://get.pharo.org/64/ | bash
I'm tried this without succes ,y hope that extra information be useful
curl -vv -L https://get.pharo.org/64/ | bash * About to connect() to get.pharo.org port 443 * Trying 164.132.235.17... connected * Connected to get.pharo.org (164.132.235.17) port 443 * successfully set certificate verify locations: * CAfile: /etc/pki/tls/certs/ca-bundle.crt CApath: none * SSLv3, TLS handshake, Client hello (1): SSLv3, TLS handshake, Server hello (2): SSLv3, TLS handshake, CERT (11): SSLv3, TLS handshake, Server key exchange (12): SSLv3, TLS handshake, Server finished (14): SSLv3, TLS handshake, Client key exchange (16): SSLv3, TLS change cipher, Client hello (1): SSLv3, TLS handshake, Finished (20): SSLv3, TLS change cipher, Client hello (1): SSLv3, TLS handshake, Finished (20): SSL connection using DHE-RSA-AES128-SHA * Server certificate: * subject: /OU=Domain Control Validated/OU=PositiveSSL/CN= cluster023.hosting.ovh.net * start date: 2018-02-01 00:00:00 GMT * expire date: 2021-01-31 23:59:59 GMT * SSL: certificate subject name 'cluster023.hosting.ovh.net' does not match target host name 'get.pharo.org' * Closing connection #0 * SSLv3, TLS alert, Client hello (1):
curl: (51) SSL: certificate subject name 'cluster023.hosting.ovh.net' does not match target host name 'get.pharo.org'
best
Juan Marcelo Diaz Cortez.
Juan-2 wrote
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
-- Sent from: http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html