tomhiggins / anyfesto

Low cost Raspberry Pi /Linux based access point with audio, education and communications local content server. Inspired by the ideas of sharing with others. Anyfesto - a platform from which to speak.
http://anyfesto.com
75 stars 12 forks source link

Problem trying to execute the installer #5

Closed yeyeto2788 closed 7 years ago

yeyeto2788 commented 7 years ago

Hey there! Great project.

I tried installing everything from the CHIPinstaller.sh and the first installed was terrible since it didn't take the files from your repository due to a missing or false certificate here I have attached the logs. installationAnyfesto.txt

In order to get the files I have modified the CHIPinstaller.sh where it had the wget command to wget --no-check-certificate and it seems to be installed on the CHIP.

After two reboot it showed the AP on my phone and I can see the site.

Regards

tomhiggins commented 7 years ago

Thanks for the report. I will give this a testing and get --no-check-certificate into the script.

yeyeto2788 commented 7 years ago

Hey there!

This I guess it was a problem on my C.H.I.P since I had the time not set properly. I run the command date -R and it gave me back a time to those old days (something like: 1 JAN 1970 00:00:00).

And the other problem was about the ca-certificates.

Here you have what I did in order to clone the repositories with no problem in case you want to create a FAQ section.

ERROR

fatal: unable to access 'https://github.com/<user>/<repository>.git/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: nonep
tomhiggins commented 7 years ago

Thank you for documenting that. Yes, a Trouble Shooting/FAQ is probably a good idea . I will get it on the todo list.