diff --git a/do.bash b/do.bash
index 1a89e5a02481b3bd54d9cbfd17000814cf0799bb..2d4af73457e4f84b3ddc26d2ed1f7cdcca1b3765 100755
--- a/do.bash
+++ b/do.bash
@@ -41,7 +41,7 @@ function do_test () {
             ;;
         drive )
             confirm_alive drive.recolic.net &&
-            curl -s https://drive.recolic.net:444/index.php/login | grep 'submit-wrapper' || return $?
+            curl -s https://drive.recolic.net/index.php/login | grep 'drive.recolic.' || return $?
             ;;
         v-tw )
             curl https://git.recolic.net/vr/test -vv 2>&1 | grep 404 || return $?
@@ -155,7 +155,7 @@ function do_test () {
             ;;
         home-http )
             confirm_alive home.cnm.cool &&
-            curl -s http://home.cnm.cool/ || return $?
+            curl -s http://home.cnm.cool:81/ || return $?
             ;;
     esac