quags
Verified User
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
+ 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