Eric Sunshine <sunshine@xxxxxxxxxxxxx> wrote: > On Sun, Apr 22, 2018 at 1:15 AM, Igor Korot <ikorot01@xxxxxxxxx> wrote: > > MyMac:git-2.17.0 igorkorot$ cat config.mak > > NO_GETTEXT=Yes > > NO_OPENSSL=Yes > > > > MyMac:dbhandler igorkorot$ /Users/igorkorot/git-2.17.0/git pull > > fatal: unable to access > > 'https://github.com/oneeyeman1/dbhandler.git/': error:1407742E:SSL > > routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version > > MyMac:dbhandler igorkorot$ > > Try re-building with OpenSSL enabled (remove NO_OPENSSL from > config.make). You may need to build/install OpenSSL yourself to get > this to work. Explanation: "tlsv1 alert protocol version" means that the server requires its clients to use a newer version of TLS than what was used in the local build of git.