How can I get add-apt-repository to work?
        Posted  
        
            by 
                Kristopher Arens
            
        on Ask Ubuntu
        
        See other posts from Ask Ubuntu
        
            or by Kristopher Arens
        
        
        
        Published on 2012-06-26T17:08:23Z
        Indexed on 
            2012/06/26
            21:25 UTC
        
        
        Read the original article
        Hit count: 523
        
command-line
Whenever I try to add a repository via the command line, I get the following error message:
Traceback (most recent call last): File "/usr/bin/add-apt-repository", line 125, in ppa_info = get_ppa_info_from_lp(user, ppa_name) File "/usr/lib/python2.7/dist-packages/softwareproperties/ppa.py", line 80, in get_ppa_info_from_lp curl.perform() pycurl.error: (60, 'server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none')
Is there a way to remedy this situation?
© Ask Ubuntu or respective owner