#50467: ansible @2.0.0.2.1_0 Git clone failed - SSL certificate problem: Couldn't understand the server certificate format ----------------------+-------------------------------- Reporter: nils@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: ansible | ----------------------+-------------------------------- Comment (by nils@…): Yes, this is on OS X 10.11.3 with all updates applied. I'm not choosing the git client myself, but I just see in the build log that `/usr/bin/git` is being used. I can clone the ansible git repository using both `/usr/bin/git` and `/opt/local/bin/git` without any problems: {{{ ~/tmp1 $ /usr/bin/git clone https://github.com/ansible/ansible.git Cloning into 'ansible'... remote: Counting objects: 107584, done. remote: Compressing objects: 100% (70/70), done. remote: Total 107584 (delta 35), reused 0 (delta 0), pack-reused 107506 Receiving objects: 100% (107584/107584), 37.61 MiB | 935.00 KiB/s, done. Resolving deltas: 100% (64374/64374), done. Checking connectivity... done. ~/tmp2 $ /opt/local/bin/git clone https://github.com/ansible/ansible.git Cloning into 'ansible'... remote: Counting objects: 107584, done. remote: Compressing objects: 100% (70/70), done. remote: Total 107584 (delta 35), reused 0 (delta 0), pack-reused 107506 Receiving objects: 100% (107584/107584), 37.61 MiB | 591.00 KiB/s, done. Resolving deltas: 100% (64374/64374), done. Checking connectivity... done. }}} But when I run `sudo port install ansible` I get an error about the SSL certificate in the build log. -- Ticket URL: <https://trac.macports.org/ticket/50467#comment:3> MacPorts <https://www.macports.org/> Ports system for OS X