Custombuild ssl error

quags

Verified User
Joined
Jul 13, 2003
Messages
33
Location
Secaucus, NJ
I am seeing an ssl error on ./build update:
+ doUpdate
+ doUpdateScript
+ cd /usr/local/directadmin/custombuild
+ cp -f options.conf ..
+ cd ..
+ '[' Linux = FreeBSD ']'
+ curl -L --progress-bar --connect-timeout 5 --retry 3 -o ./custombuild.tar.gz https://files-ca.directadmin.com/services/custombuild/2.0/custombuild.tar.gz
curl: (60) SSL certificate problem: certificate has expired
More details here: https://curl.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.



Websites prove their identity via certificates, which are valid for a set time period. The certificate for files-ca.directadmin.com expired on 1/19/2022.

files-ca.directadmin.com has address 51.161.40.239

I resolved this with: Changing downloadserver option from files-ca.directadmin.com to files.directadmin.com
 
We're also experiencing this issue. This is a pretty major problem. Custombuild can't actually pull anything down, because the SSL certificate for files-ca.directadmin.com is EXPIRED
 
Mine is working fine
try running

Code:
cd /usr/local/directadmin/custombuild
./build set_fastest
./build update
 
Yes you can do it that way. set_fastest will do the same thing and find the fastest mirror for you.
 
Back
Top