#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 Keywords: | Port: ansible --------------------+-------------------------------- Running '''sudo port install ansible''' on my OS X 10.11.3 installation fails with the following lines in the log: {{{ :info:fetch fatal: unable to access 'https://github.com/ansible/ansible.git/': SSL certificate problem: Couldn't understand the server certificate format :info:fetch Command failed: /usr/bin/git clone -q https://github.com/ansible/ansible.git /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_ansible/ansible/work/ansible-2.0.0.2-1 2>&1 :info:fetch Exit code: 128 :error:fetch org.macports.fetch for port ansible returned: Git clone failed :debug:fetch Error code: NONE :debug:fetch Backtrace: Git clone failed while executing "gitfetch" (procedure "portfetch::fetch_main" line 14) invoked from within "portfetch::fetch_main org.macports.fetch" ("eval" body line 1) invoked from within "eval $procedure $targetname" }}} I have tried installed the git port and trying again, but that doesn't make a difference. The log mentions using /usr/bin/git either way, so I didn't expect it to. Manually cloning the Ansible Git repository by running '''git clone https://github.com/ansible/ansible.git''' works fine. -- Ticket URL: <https://trac.macports.org/ticket/50467> MacPorts <https://www.macports.org/> Ports system for OS X