Data.qiime2.org not found; unable to update to qiime2-2019.1

Hi, I tried to update my qiime to the latest version using the instructions given on the website. For some reasons wget seems to be unable to connect to the server.
Am I the only one encoutering this problem?

Can somebody help?

Can you please provide the exact command you ran, as well as the exact error seen? Thanks!

wget https://data.qiime2.org/distro/core/qiime2-2019.1-py36-osx-conda.yml
–2019-02-28 23:19:09-- https://data.qiime2.org/distro/core/qiime2-2019.1-py36-osx-conda.yml
Disabling SSL due to encountered errors.

This always happens in some way if i try to get the installation with wget. I already tried using curl but it didnt work either.

If i run the debug mode and omitt the https:// at the beginning this is the output i get.

wget -d https://data.qiime2.org/distro/core/qiime2-2019.1-py36-osx-conda.yml
DEBUG output created by Wget 1.19.5 on darwin14.5.0.

Reading HSTS entries from /Users/hanno/.wget-hsts
–2019-02-28 23:21:39-- https://data.qiime2.org/distro/core/qiime2-2019.1-py36-osx-conda.yml
Disabling SSL due to encountered errors.
Hannos-MBP:~ hanno$ wget -d data.qiime2.org/distro/core/qiime2-2019.1-py36-osx-conda.yml
DEBUG output created by Wget 1.19.5 on darwin14.5.0.

Reading HSTS entries from /Users/hanno/.wget-hsts
–2019-02-28 23:22:12-- http://data.qiime2.org/distro/core/qiime2-2019.1-py36-osx-conda.yml
Resolving data.qiime2.org… 52.35.38.247
Caching data.qiime2.org => 52.35.38.247
Connecting to data.qiime2.org|52.35.38.247|:80… connected.
Created socket 5.
Releasing 0x00007fdeb8e057b0 (new refcount 1).

—request begin—
GET /distro/core/qiime2-2019.1-py36-osx-conda.yml HTTP/1.1
User-Agent: Wget/1.19.5 (darwin14.5.0)
Accept: /
Accept-Encoding: identity
Host: data.qiime2.org
Connection: Keep-Alive

—request end—
HTTP request sent, awaiting response…
—response begin—
HTTP/1.1 301 Moved Permanently
Server: nginx
Date: Thu, 28 Feb 2019 22:22:12 GMT
Content-Type: text/html
Content-Length: 178
Connection: keep-alive
Location: https://data.qiime2.org:443/distro/core/qiime2-2019.1-py36-osx-conda.yml

—response end—
301 Moved Permanently
Registered socket 5 for persistent reuse.
Location: https://data.qiime2.org:443/distro/core/qiime2-2019.1-py36-osx-conda.yml [following]
Skipping 178 bytes of body: [

301 Moved Permanently

301 Moved Permanently


nginx ] done. --2019-02-28 23:22:12-- https://data.qiime2.org/distro/core/qiime2-2019.1-py36-osx-conda.yml Disabling SSL due to encountered errors.

This might be more helpful to you.

Can you run which wget, too?

In the meantime, you can just download using your browser.