I have what was a clean desktop install of ubuntu 12.04. No matter what repository I try to add add-apt-repository always fails with ssl error - example:
add-apt-repository ppa:webupd8team/java
Traceback (most recent call last):
File "/usr/bin/add-apt-repository", line 125, in <module>
ppa_info = get_ppa_info_from_lp(user, ppa_name)
File "/usr/lib/python2.7/dist-packages/softwareproperties/ppa.py", line 84, in get_ppa_info_from_lp
curl.perform()
pycurl.error: (60, 'server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none')
---
ls -al /etc/ssl/certs/ca-certificates.crt
-rw-r--r-- 1 root root 100356 Jan 24 16:41 /etc/ssl/certs/ca-certificates.crt
--
I have tried to reinstall/reconfiger ca-certificates but that does not seem to be the issue so I am lost
---
dpkg-reconfigure ca-certificates
Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d....
done.
done.
Any suggestions ?



Adv Reply
Bookmarks