Project

General

Profile

Bug #11321

Updated by Loïc Dachary about 9 years ago

h3. description 

 After yesterdays  
 <pre> 
 fab gitbuilder_auto:host=ubuntu@gitbuilder-ceph-rpm-centos7-amd64-basic 
 </pre> 
 something changed and /srv/autobuild-ceph/logs/stderr.log shows 
 <pre> 
 fatal: unable to access 'https://github.com/ceph/ceph.git/': Peer's certificate issuer has been marked as not trusted by the user. 
 </pre> 

 h3. workaround 

 <pre> 
 $ sudo git config --system http.sslVerify false 
 </pre> 

Back