Certo, você poderia executar o seguinte teste? Será necessário baixar o curl para windows (
https://curl.haxx.se/windows/), dentro deste zip há na pasta bin o curl.exe, execute dentro da pasta bin o seguinte comando e mostre o seu retorno:
Código:
curl -v https://updater.craftlandia.com.br/v2/files/./data/.minecraft/versions/1.5.2-CraftLandia/1.5.2-CraftLandia.jar --output a.txt
Apontando para o índice de UPDATES:
Código:
curl -v https://updater.craftlandia.com.br/v2/updates.json
O retorno deve ser algo como:
* Trying 2606:4700:30::681b:869b...
* TCP_NODELAY set
* Expire in 149999 ms for 3 (transfer 0x5580b2c2b4f0)
* Expire in 200 ms for 4 (transfer 0x5580b2c2b4f0)
* Trying 104.27.135.155...
* TCP_NODELAY set
* Expire in 149999 ms for 3 (transfer 0x5580b2c2b4f0)
* Connected to updater.craftlandia.com.br (104.27.135.155) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: none
CApath: /etc/ssl/certs
} [5 bytes data]
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
} [512 bytes data]
* TLSv1.3 (IN), TLS handshake, Server hello (2):
{ [100 bytes data]
* TLSv1.2 (IN), TLS handshake, Certificate (11):
{ [4086 bytes data]
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
{ [116 bytes data]
* TLSv1.2 (IN), TLS handshake, Server finished (14):
{ [4 bytes data]
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
} [37 bytes data]
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
} [1 bytes data]
* TLSv1.2 (OUT), TLS handshake, Finished (20):
} [16 bytes data]
* TLSv1.2 (IN), TLS handshake, Finished (20):
{ [16 bytes data]
* SSL connection using TLSv1.2 / ECDHE-ECDSA-CHACHA20-POLY1305
* ALPN, server accepted to use h2
* Server certificate:
* subject: OU=Domain Control Validated; OU=PositiveSSL Multi-Domain; CN=sni27828.cloudflaressl.com
* start date: Aug 1 00:00:00 2019 GMT
* expire date: Feb 7 23:59:59 2020 GMT
* subjectAltName: host "updater.craftlandia.com.br" matched cert's "*.craftlandia.com.br"
* issuer: C=GB; ST=Greater Manchester; L=Salford; O=COMODO CA Limited; CN=COMODO ECC Domain Validation Secure Server CA 2
* SSL certificate verify ok.
* Using HTTP2, server supports multi-use
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
} [5 bytes data]
* Using Stream ID: 1 (easy handle 0x5580b2c2b4f0)
} [5 bytes data]
> GET /v2/files/data/.minecraft/versions/1.5.2-CraftLandia/1.5.2-CraftLandia.jar HTTP/2
> Host: updater.craftlandia.com.br
> User-Agent: curl/7.64.0
> Accept: */*
>
{ [5 bytes data]
* Connection state changed (MAX_CONCURRENT_STREAMS == 256)!
} [5 bytes data]
< HTTP/2 200
< date: Fri, 02 Aug 2019 02:28:15 GMT
< content-type: application/x-java-archive
< content-length: 7282565
< set-cookie: __cfduid=d34328b17b882d5d5cf5be5c10026f7061564712894; expires=Sat, 01-Aug-20 02:28:14 GMT; path=/; domain=.craftlandia.com.br; HttpOnly; Secure
< last-modified: Mon, 29 Jul 2019 16:31:56 GMT
< etag: "108975-6f1f85-58ed46e29d700"
< accept-ranges: bytes
< expect-ct: max-age=604800, report-uri="
https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
< server: cloudflare
< cf-ray: 4ffc9e08fb512eb5-MIA
<
{ [1032 bytes data]
100 7111k 100 7111k 0 0 2218k 0 0:00:03 0:00:03 --:--:-- 2218k
* Connection #0 to host updater.craftlandia.com.br left intact
Neste comando veremos onde está o problema da sua execução.
Lembrando que no discord ou skype, posso lhe ajudar com maior eficácia e rapidez, pois que infelizmente tenho trabalho e faculdade o que torna difícil a postagem no fórum.