Install directadmin

cabn12

Verified User
Joined
Dec 17, 2019
Messages
132
Good morning I tried to install the DA on another machine but when downloading the script directly from the URL below I get the information that the DA website has an error in the certificate or is expired

wget -O setup.sh https://www.directadmin.com/setup.sh
 
Look errors:

Resolving www.directadmin.com (www.directadmin.com)... 216.144.255.179
Connecting to www.directadmin.com (www.directadmin.com)|216.144.255.179|:443... connected.
ERROR: cannot verify www.directadmin.com's certificate, issued by ‘/C=GB/ST=Greater Manchester/L=Salford/O=Sectigo Limited/CN=Sectigo RSA Domain Validation Secure Server CA’:
Issued certificate has expired.
To connect to www.directadmin.com insecurely, use `--no-check-certificate'.
 
Hm.. What's the OS there?

Try:
Code:
wget --no-check-certificate -O setup.sh https://www.directadmin.com/setup.sh
 
Thanks for the feedback, can you be a problem with the ISO of the vps used to install the system? could be openssl problem? I believe it is not with the download of the DA from the site!
I accepted this very strange because it never happened to me.
 
Back
Top