Is this normal during installation?

alento

Verified User
Joined
Sep 24, 2019
Messages
13
During installation it seems that for each package being installed this is occurring:


Downloading dovecot.boot.debian...
URL transformed to HTTPS due to an HSTS policy
--2019-09-24 20:04:27-- https://files-de.directadmin.com/services/custombuild/dovecot.boot.debian
Resolving files-de.directadmin.com (files-de.directadmin.com)... 2a01:4f8:10a:6db::4, 46.4.143.169
Connecting to files-de.directadmin.com (files-de.directadmin.com)|2a01:4f8:10a:6db::4|:443... failed: Connection timed out.
Connecting to files-de.directadmin.com (files-de.directadmin.com)|46.4.143.169|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1369 (1.3K) [application/octet-stream]
Saving to: '/usr/local/directadmin/custombuild/dovecot.boot.debian'

/usr/local/directad 100%[===================>] 1.34K --.-KB/s in 0.001s


Is this normal??
 
Hello,


The server is not available over IPv6:


Code:
$ curl -I -4 https://files-de.directadmin.com/
HTTP/1.1 200 OK
Server: nginx
Date: Wed, 25 Sep 2019 03:14:37 GMT
Content-Type: text/html
Content-Length: 1660
Last-Modified: Fri, 20 Sep 2019 12:37:27 GMT
Connection: keep-alive
ETag: "5d84c807-67c"
Strict-Transport-Security: max-age=31536000; includeSubDomains
Accept-Ranges: bytes


$ curl -I -6 https://files-de.directadmin.com/
curl: (7) Failed connect to files-de.directadmin.com:443; Connection timed out
$


It should be reported to DirectAdmin developers.
 
Back
Top