Ho provato ad installare chromedriver usando homebrew e ho ottenuto il seguente errore.
$ sudo brew install chromedriver
==> Using the sandbox
==> Downloading https://chromedriver.storage.googleapis.com/2.23/chromedriver_macurl: (35) SSL certificate problem: Couldn't understand the server certificate format
Error: Failed to download resource "chromedriver"
Download failed: https://chromedriver.storage.googleapis.com/2.23/chromedriver_mac64.zip
Ho aggiornato il ricciolo alla versione 7.50.1 (x86_64-apple-darwin15.6.0) usando homebrew e collegandolo ma senza fortuna.
Il mio sistema operativo è OSX 10.11.5 e il risultato di arricciatura -V è il seguente:
$ /usr/bin/curl -V
curl 7.43.0 (x86_64-apple-darwin15.0) libcurl/7.43.0 SecureTransport zlib/1.2.5 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp smb smbs smtp smtps telnet tftp
Qualsiasi consiglio sarebbe apprezzato.