diff --git a/i2p2www/downloads.py b/i2p2www/downloads.py
index 0412513c49107b05f6fea6e2768fead64f057095..e4d2d69999a02d81e7794db55a87cc42983f780a 100644
--- a/i2p2www/downloads.py
+++ b/i2p2www/downloads.py
@@ -8,8 +8,8 @@ from random import randint
 from i2p2www import CURRENT_I2P_VERSION, MIRRORS_FILE
 
 DEFAULT_MIRROR = {
-    'protocol': 'http',
-    'domain':   'download.i2p2.no',
+    'protocol': 'https',
+    'domain':   'download.i2p2.de',
     'org':      'meeh',
 }
 
diff --git a/i2p2www/pages/downloads/mirrors b/i2p2www/pages/downloads/mirrors
index f0d064d8f0d4af8b64f83e72578be24f76e1f4fe..6812792b4bc6969f42d02cf821a72b4fd840f735 100644
--- a/i2p2www/pages/downloads/mirrors
+++ b/i2p2www/pages/downloads/mirrors
@@ -1,2 +1,4 @@
 {"protocol": "https", "domain": "launchpad.net", "path": "/i2p/trunk/%(version)s/+download/%(file)s", "org": "Launchpad", "org_url": "https://launchpad.net", "country": "us"}
+{"protocol": "https", "domain": "download.i2p2.de", "path": "/releases/%(version)s/%(file)s", "org": "meeh", "country": "no"}
+{"protocol": "http", "domain": "download.i2p2.de", "path": "/releases/%(version)s/%(file)s", "org": "meeh", "country": "no"}
 {"protocol": "http", "domain": "download.i2p2.no", "path": "/releases/%(version)s/%(file)s", "org": "meeh", "country": "no"}