QA: switch RAPI to https
authorIustin Pop <iustin@google.com>
Fri, 6 Feb 2009 13:06:02 +0000 (13:06 +0000)
committerIustin Pop <iustin@google.com>
Fri, 6 Feb 2009 13:06:02 +0000 (13:06 +0000)
Since we by default now use SSL for RAPI, we need to switch the QA
tests to SSL too.

Reviewed-by: amishchenko

qa/qa_rapi.py

index f4db021..ce0cfde 100644 (file)
@@ -81,7 +81,7 @@ def _DoTests(uris):
   for uri, verify in uris:
     assert uri.startswith("/")
 
-    url = "http://%s:%s%s" % (host, port, uri)
+    url = "https://%s:%s%s" % (host, port, uri)
 
     print "Testing %s ..." % url