Fail on verification of installation on Pi3

Hi, total noob here trying to set up the Pi3 with the satnogs client.
I have downloaded and installed the image from the Satnogs wiki and followed the installation instructions. Performed all config, upgrade and update instructions.
Think that I solved(?) a prob of missing ssl cert (sudo update-ca-certificates --fresh)

However, now I get the following output when I try to verify the installation.

Id be very grateful for any assistance.
Thanks
James

pi@satstn:~ $ journalctl -f -u satnogs-client.service
– Logs begin at Wed 2020-02-12 14:16:15 AEDT. –
Feb 12 17:23:27 satstn satnogs-client[333]: return session.request(method=method, url=url, **kwargs)
Feb 12 17:23:27 satstn satnogs-client[333]: File “/usr/lib/python2.7/dist-packages/requests/sessions.py”, line 533, in request
Feb 12 17:23:27 satstn satnogs-client[333]: resp = self.send(prep, **send_kwargs)
Feb 12 17:23:27 satstn satnogs-client[333]: File “/usr/lib/python2.7/dist-packages/requests/sessions.py”, line 646, in send
Feb 12 17:23:27 satstn satnogs-client[333]: r = adapter.send(request, **kwargs)
Feb 12 17:23:27 satstn satnogs-client[333]: File “/usr/lib/python2.7/dist-packages/requests/adapters.py”, line 416, in send
Feb 12 17:23:27 satstn satnogs-client[333]: self.cert_verify(conn, request.url, verify, cert)
Feb 12 17:23:27 satstn satnogs-client[333]: File “/usr/lib/python2.7/dist-packages/requests/adapters.py”, line 228, in cert_verify
Feb 12 17:23:27 satstn satnogs-client[333]: “invalid path: {}”.format(cert_loc))
Feb 12 17:23:27 satstn satnogs-client[333]: IOError: Could not find a suitable TLS CA certificate bundle, invalid path: /etc/ssl/certs/ca-certificates.crt

Does /etc/ssl/certs/ca-certificates.crt exist?

Looks like it was solved but OP forgot to post here. [Solved] How to fix SSL Problem

3 Likes

yes, it is present.
Not sure if it relevant but I have managed to schedule observations and receive a waterfall, however it seems to just be terrestrial noise rather than satellite transmission. I am guessing that this is a separate error.

As an update; I performed satnogs-setup Update and everything seems fine now.
Thanks @Acinonyx.

Cheers
James

1 Like