Trouble creating local Blynk server on pi

I am confused by this statement.
ERROR: The certificate of ‘github-cloud.s3.amazonaws.com’ is not trusted.
ERROR: The certificate of ‘github-cloud.s3.amazonaws.com’ is not yet activated.
The certificate has not yet been activated

When I try and download using this statement.
wget “https://github.com/blynkkk/blynk-server/releases/download/v0.17.0/server-0.17.0.jar

I am sure that it is very simple but I have not used linux in 25 years.

Any ideas would help.

Denny

This is some github problems with certs. You may ignore them. It has nothing to do with Blynk.

But how do I download the blynk server.
Is there another server I can get it from ?

Or add --no-check-certificate to wget commandline, it, yes really, ignores the certs :wink:

1 Like

Thanks Dmitriy I got her up and running now.

Denny

You are correct that does work. I was shocked.
Thank you for sharing.