diff --git a/settings.py b/settings.py
index 04b38624b29db8b0bdbbd1686ad679cd6b1abc91..5408f90d36b8d9aa88497c8db0c69c9511125ba8 100644
--- a/settings.py
+++ b/settings.py
@@ -112,13 +112,14 @@ URL_HOST = "http://localhost:8000"
 
 # IMPORTANT: you should not change this setting once you've created
 # elections, as your elections' cast_url will then be incorrect.
-SECURE_URL_HOST = "https://localhost:8443"
+# SECURE_URL_HOST = "https://localhost:8443"
+SECURE_URL_HOST = "http://localhost:8000"
 
 # this additional host is used to iframe-isolate the social buttons,
 # which usually involve hooking in remote JavaScript, which could be
 # a security issue. Plus, if there's a loading issue, it blocks the whole
 # page. Not cool.
-SOCIALBUTTONS_URL_HOST= "http://127.0.0.1:8000"
+SOCIALBUTTONS_URL_HOST= "http://localhost:8000"
 
 # election stuff
 SITE_TITLE = 'Helios Election Server'