Install error: wget fails

eadz

Verified User
Joined
Jun 6, 2006
Messages
13
Hi there,
I'm trying to install on a clean debian install.
The only thing I did was do an apt-get update; apt-get upgrade -y; apt-get install build-essential to get the system up to date and with a compliler.

This is the error I get running the installer :

Code:
--09:38:35--  https://www.directadmin.com/
           => `/dev/null'
Resolving www.directadmin.com... 66.51.122.131
Connecting to www.directadmin.com|66.51.122.131|:443... connected.
ERROR: Certificate verification error for www.directadmin.com: unable to get local issuer certificate
To connect to www.directadmin.com insecurely, use `--no-check-certificate'.
Unable to establish SSL connection.
*******************

wget does not support https.  Downloading a new wget for you from http://files.directadmin.com/services/debian_4.0/wget

*******************
--09:38:35--  http://files.directadmin.com/services/debian_4.0/wget
           => `/usr/bin/wget2'
Resolving files.directadmin.com... 72.35.85.222
Connecting to files.directadmin.com|72.35.85.222|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1,553,226 (1.5M) [text/plain]

100%[======================================================================================================================================>] 1,553,226      1.21M/s             

09:38:36 (1.21 MB/s) - `/usr/bin/wget2' saved [1553226/1553226]

pausing for 2 seconds to let system find the new wget...
/usr/bin/wget: unrecognized option `--no-check-certificate'
Usage: wget [OPTION]... [URL]...

Try `wget --help' for more options.
Unable to download /usr/local/directadmin/update.tar.gz
 
So no one has any ideas? Does directadmin support staff not use these forums?
 
Well, you're not the only one. I also get this error since today. I install multiple DA licenses a week, but since today I get this error on Debian 4. CentOS is still working, but Debian 4.0r1 isn't at the moment.

I already tried and comment out the code which downloads the new wget binary. This because the wget binary which is getting downloaded from DirectAdmin is older (1.9.11) than the one Debian has got already installed (1.10.2) But this also doesn't work because after a while installing I get the error: "Error downloading the license file".

Does anybody (DA Staff) knows a solution? Thanks!
 
Last edited:
Hmmz, after I manually edited the setup script, ran it and removed it again, now the setup is performing well with the standard setup script and old wget file which is downloaded from DirectAdmin (but I only get very slow download speeds now). Strange!
 
jca - that is not the problem.

For a start is seems the SSL cert on www.directadmin.com is not valid, does anyone know why this is? "ERROR: Certificate verification error for www.directadmin.com: unable to get local issuer certificate"

Then the installer automatically downloads a different wget, which doesn't work either..
 
Hmmm ....

When I check, https://www.directadmin.com redirects to http://www.directadmin.com.

Perhaps a change (possibly an inadvertent change) in a new installation script?

Hopefully DA staff will respond.

Jeff
 
Perhaps a change (possibly an inadvertent change) in a new installation script?

Hopefully DA staff will respond.

Hopefully.... then I might be able to get DA installed *this* month..
 
Hello,

Our certificate is fine. That error has been showing up for years, for all certificates we've ever used, from all the different ssl companies we've got certificates from. If you google "no-check-certificate" you'll see that it's not an uncommon error message.
If you want to see it, use your browser:

https://www.directadmin.com/clients/

The https index.html just does a javascript redirect to http.

Regarding the wget problems, try compiling a new wget:
http://help.directadmin.com/item.php?id=119

For quickest response from us, email us support at directadmin.com or use the https://www.directadmin.com/clients/safesubmit.php

John
 
I get the following:
Code:
[root@ibm326-02 wget-1.8.2]# make
cd src && make CC='gcc' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/etc/wgetrc\" -DLOCALEDIR=\"/usr/share/locale\"' CFLAGS='-O2 -Wall -Wno-implicit' LDFLAGS='' LIBS='-lssl -lcrypto -ldl ' prefix='/usr' exec_prefix='/usr' bindir='/usr/bin' infodir='/usr/info' mandir='/usr/man' manext='1'
make[1]: Entering directory `/usr/src/wget-1.8.2/src'
gcc -I. -I.    -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/etc/wgetrc\" -DLOCALEDIR=\"/usr/share/locale\" -O2 -Wall -Wno-implicit -c ftp.c
In file included from /usr/include/openssl/kssl.h:71,
                 from /usr/include/openssl/ssl.h:191,
                 from rbuf.h:34,
                 from ftp.c:50:
/usr/include/ctype.h:102: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âuseâ
/usr/include/ctype.h:103: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âuseâ
/usr/include/ctype.h:104: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âuseâ
/usr/include/ctype.h:105: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âuseâ
/usr/include/ctype.h:106: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âuseâ
/usr/include/ctype.h:107: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âuseâ
/usr/include/ctype.h:108: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âuseâ
/usr/include/ctype.h:109: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âuseâ
/usr/include/ctype.h:110: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âuseâ
/usr/include/ctype.h:111: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âuseâ
/usr/include/ctype.h:112: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âuseâ
make[1]: *** [ftp.o] Error 1
make[1]: Leaving directory `/usr/src/wget-1.8.2/src'
make: *** [src] Error 2
 
Back
Top