From 2291d68e7019d04ae57f8cb408c42fc775a9a9ff Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Tue, 12 Oct 2010 17:54:42 -0700 Subject: [PATCH] Default to ssl in oauth tests examples config --- tests/oauth/oauth.ini.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/oauth/oauth.ini.sample b/tests/oauth/oauth.ini.sample index 16b747fe43..927620e2f8 100644 --- a/tests/oauth/oauth.ini.sample +++ b/tests/oauth/oauth.ini.sample @@ -1,5 +1,5 @@ ; Setup OAuth info here -apiroot = "http://YOURSTATUSNET/api" +apiroot = "https://YOURSTATUSNET/api" request_token_url = "/oauth/request_token" authorize_url = "/oauth/authorize"