I'm with problems with ca-certificates. Every site that I try to access ask me for a confirmation of the certification and my update is not working 100% too
$ sudo rm -rf /etc/ssl/certs/*
$ sudo update-ca-certificates Updating certificates in /etc/ssl/certs... 152 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d....done.
$ sudo apt-get update
[...]
Err private-ppa.launchpad.net precise/main amd64 Packages
server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
Err private-ppa.launchpad.net precise/main i386 Packages
server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
Ign private-ppa.launchpad.net precise/main Translation-en_US
Ign private-ppa.launchpad.net precise/main Translation-en
Fetched 1,118 kB in 44s (24.9 kB/s)
E: Some index files failed to download. They have been ignored, or old ones used instead.
ca-certificates
indeed does not ship those files as dpkg conffiles, so your edit is probably safe. (Maintainer scripts and debconf caching might still interfere, but probably not in this example.) So, thanks. – mirabilos Jan 07 '15 at 14:24/etc/ssl/certs
is collated using theupdate-ca-certificates
command. I would expect updates toca-certificates
to trigger this but you might have to run it afterwards manually. – Oli Jan 07 '15 at 14:29postinst
it should be triggered. – mirabilos Jan 07 '15 at 14:32