Majordomo requires https these days - update *both* URLs for it...
authorMagnus Hagander <magnus@hagander.net>
Thu, 17 Jan 2013 09:47:47 +0000 (10:47 +0100)
committerMagnus Hagander <magnus@hagander.net>
Thu, 17 Jan 2013 09:47:47 +0000 (10:47 +0100)
loader/mj2_subscriber_sync.py

index 5df64643d4fc11aeb6e518df3f30666b20b45ae6..9f72305d8bf7d71d425dbcec53892233725db11a 100755 (executable)
@@ -11,7 +11,7 @@ from ConfigParser import ConfigParser
 import psycopg2
 
 def ensure_subscribed(listname):
-       u = 'http://%s/mj/mj_wwwadm?%s' % (
+       u = 'https://%s/mj/mj_wwwadm?%s' % (
                cfg.get('majordomo', 'server'),
                urlencode((
                                ('passw', cfg.get('majordomo', 'password')),