I want to move an existing installation over to an https server of the same name.
Two questions: 1. I want the existing archives (eg links to attachments in the existing pipermail archives) to point to https rather than http. If I just do a sed script on archives/public/listname/*.txt to replace occurances of http://mySiteName with https://mySiteName will that cause the changes to ripple through to the html? 2. Is there anything else to be alert for? I've changed the Defaults.py entries to Defaults.py:DEFAULT_URL_PATTERN = 'https://%s/mailman/' Defaults.py:PUBLIC_ARCHIVE_URL = 'https://%(hostname)s/pipermail/% (listname)s' so will new entries have the https from the start? ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp