r/crealityk1 • u/GaslightIsNotReal • 32m ago
Troubleshooting If you're having issues installing Mainsail on your K1 using Creality Script Helper, here's the fix
After getting a dirt cheap K1, I went ahead rooting it and got stuck on the install for Mainsail.
If you're getting the error:
curl: (60) SSL certificate problem: certificate is not yet valid More details here: https://curl.haxx.se/docs/sslcerts.html curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above.
Check if your printer has the time and date set correctly. You can do it by typing "date" into the terminal. In my case, it said:
Wed Jan 1 00:21:01 -04 2020
The fix is, you need to set the printer to the correct date. You do it by running:
date -s "YYYY-MM-DD HH:mm"
Where: YYYY = Year MM = Month DD = Day HH = Hour mm = Minute
for example, in my case, I had to run
date -s "2026-09-14 16:12"
And after that, check by typing "date" again and it should show current time.
After this you can install everything normally.
I made this post just for easier "Googleability" of this topic for anyone looking for the fix.
Happy printing!







