SSL certificate errors?

Hi, I’m getting an error when installing the c++ toolchain on Linux. To quote exactly what error it gives, it is

softwareproperties.ppa.PPAException: ‘Error reading https://launchpad.net/api/1.0/~byteit101: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:600)’

I’m following instructions from this website. I installed it onto my Windows partition just fine. Any solutions?

That seems like a PPA error. Do you have any restrictions for the SSL certificates?
I am using the byteit101 repo without a glitch. Have you run apt-get update yet?

That’s bizarre. Are you up-to-date on all your other packages? There’s nothing fancy about my PPA, and that error seems to be about missing certificates, which might have been recently issued if you haven’t installed updates in a long time. update and upgrade, then see if it still fails.

What happens when you access https://launchpad.net/ directly through a web browser? Can you double check and make sure the system time is correct on your Linux machine?

Sometimes SSL errors happen if your date isn’t set correctly.