Cheezzer Posted April 7, 2019 Posted April 7, 2019 Hi Everyone. I'm having trouble updating to TLS 1.2 on my pcDuino 3 and cannot connect to any website other than Google.com or pinging 8.8.8.8 See attached return from my terminal when attempting to run "sudo apt-get update && sudo apt-get install --only-upgrade openssl" Seems http://www.wiimu.com from what I can tell is a server from a company called LinkSprite. I think the company has disbanded and no longer offers any services… Also seems LinkSprite was lead/CEO by a guy named Jingfeng Liu who is the creator of pcDuino. Also Link Sprite does not monitor their forums nor respond to queries of any sort. There’s got to be an alternative to updating the SSL certs… Has anyone updated their TLS lately? Updating SSL_pcDuino
JMCC Posted April 7, 2019 Posted April 7, 2019 Apparently, you added that external apt source (wiimu) to your sources.list. If you are not aware of doing such a thing, maybe you followed some tutorial where they added that source, or run some bash script that did it. So the solution would be to look for that repo in /etc/apt/sources.list, or /etc/apt/sources.list.d and delete it.
Cheezzer Posted April 8, 2019 Author Posted April 8, 2019 Thanks JMCC for the direction. I followed these steps and now the issue is resolved Step 1: Remove all instances of www.wiimu.com from the repo (https://www.linuxquestions.org/questions/linux-software-2/adding-to-source-list-denied-865813/) Step 2: Update TLS (aka SSL) (https://support.stripe.com/questions/how-do-i-upgrade-my-openssl-to-support-tls-1-2)
Recommended Posts