Hi,

I host mailman on a https webserver.

in my mm_cfg.py you will therefore find: 
DEFAULT_URL_PATTERN = 'https://%s/cgi-bin/mailman/'

but on some pages you will still find : 
http://<domain>/cgi-bin/mailman/admindb/intern in the html sourcecode. the 
relative urls work, but some urls in the html sourcecode contain the hostname 
und the all use http instead of https.
For this reason I cannot use mailman on https because it tries to submit forms 
to a http server , which does not exsist.

Do I make a mistake here?

/sebastian

------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to