diff --git a/export.sh b/export.sh
index a89bb15..0550c66 100755
--- a/export.sh
+++ b/export.sh
@@ -52,7 +52,7 @@ for lang in $LANGS; do
--remote-header-name \
--data "catname=&pages=${lang_pages}&curonly=1&wpDownload=1" \
--output index.xml \
- "http://userbase.kde.org/index.php?title=Special:Export&action=submit"
+ "https://userbase.kde.org/index.php?title=Special:Export&action=submit"
python $CWD/tooling/wiki2docbook.py -r index.docbook index.xml &> /dev/null
mv index.xml.new.docbook index.docbook
rm -f index.xml