@girish said in Failed to get release information:
sudo update-ca-certificates
sudo update-ca-certificates
This worked!..pretty odd since i updated and upgraded all the packages beforehand
@girish said in Failed to get release information:
sudo update-ca-certificates
sudo update-ca-certificates
This worked!..pretty odd since i updated and upgraded all the packages beforehand
Docker Images Taking huge space. I only have 3 apps installed. Is there any solution to clear the docker images?
@girish said in Failed to get release information:
sudo update-ca-certificates
sudo update-ca-certificates
This worked!..pretty odd since i updated and upgraded all the packages beforehand
@girish said in Failed to get release information:
all curl commands related to cloudron.io give certificate error like above
@girish I am not hosting it on a VPS, i'm hosting it at my home. Outgoing firewall rules allow the traffic.
@girish said in Failed to get release information:
advait@ubuntu:~$ curl https://api.cloudron.io/api/v1/releases
curl: (77) error setting certificate verify locations:
CAfile: /etc/ssl/certs/ca-certificates.crt
CApath: /etc/ssl/certs
advait@ubuntu:~$ host api.cloudron.io
api.cloudron.io has address 3.209.21.239
advait@ubuntu:~$ curl -v https://api.cloudron.io/api/v1/releases
@girish Still the same issue
I was running this command: ./cloudron-setup --version 6.1.2
However, i am also getting the error for the normal install too( ./cloudron-setup )
ubuntu:~$ sudo ./cloudron-setup
##############################################
Cloudron Setup (latest)
##############################################
Follow setup logs in a second terminal with:
$ tail -f /var/log/cloudron-setup.log
Join us at https://forum.cloudron.io for any questions.
=> Updating apt and installing script dependencies
=> Checking version
Failed to get release information
Anyone knows how to solve this issue?
@nebulon I just edited the ' if ' condition from the cloudron setup script and it is installing now. Lets see if it runs correctly. If it does then this was a surprisingly easy fix!