Re: [Mailman-Users] moderator page behind nginx with SSL

2016-06-24 Thread John Griessen
On 06/24/2016 10:29 AM, Mark Sapiro wrote: put DEFAULT_URL_PATTERN = 'https://%s/mailman/' That fixed it. The nginx folks were quick to spot this also in just a few minutes. Thanks, John Griessen -- Mailman-Users mailing list Mailman-Users

Re: [Mailman-Users] moderator page behind nginx with SSL

2016-06-24 Thread Mark Sapiro
On 6/24/16 8:09 AM, John Griessen wrote: > DEFAULT_URL_PATTERN = 'http://%s/mailman/' ... > After noting these settings, I reran > > sudo /usr/sbin/withlist -l -r fix_url sandbox You need to put DEFAULT_URL_PATTERN = 'https://%s/mailman/' in mm,_cfg.py ad then rerun sudo /usr/sbin/withlist -l

Re: [Mailman-Users] moderator page behind nginx with SSL

2016-06-24 Thread John Griessen
On 06/21/2016 12:10 PM, Mark Sapiro wrote: On 06/21/2016 10:01 AM, John Griessen wrote: > I could not find any examples of people using mailman behind TLS cert so > I disabled the redirecting to https and the moderator function works > that way. > Either way the general admin pages including mem

Re: [Mailman-Users] moderator page behind nginx with SSL

2016-06-21 Thread Andrew Hodgson
Hi, Fwiw, here is my setup: server { listen 80; listen [::]:80; server_name lists.hodgsonfamily.org lists.bcab.org.uk; access_log off; error_log off; location / { rewrite ^ https://$host$request_uri permanent; } } server {

Re: [Mailman-Users] moderator page behind nginx with SSL

2016-06-21 Thread Mark Sapiro
On 06/21/2016 10:01 AM, John Griessen wrote: > I could not find any examples of people using mailman behind TLS cert so > I disabled the redirecting to https and the moderator function works > that way. > Either way the general admin pages including membership work as expected. See the reply at <

Re: [Mailman-Users] moderator page behind nginx with SSL

2016-06-21 Thread John Griessen
I could not find any examples of people using mailman behind TLS cert so I disabled the redirecting to https and the moderator function works that way. Either way the general admin pages including membership work as expected. There must be a problem with the nginx rewrites used to handle http://

Re: [Mailman-Users] moderator page behind nginx with SSL

2016-06-21 Thread John Griessen
On 06/18/2016 05:39 AM, Stephen J. Turnbull wrote: > The rest of mailman version 2.1.22 > is working fine with SSL and some rewriting by nginx and yet > https://cibolo.us/mailman/admindb/open_electroporator gives a message > "will be sent over an insecure connection" when I seta button to >

[Mailman-Users] moderator page behind nginx with SSL

2016-06-18 Thread Stephen J. Turnbull
John Griessen writes: > The rest of mailman version 2.1.22 > is working fine with SSL and some rewriting by nginx and yet > https://cibolo.us/mailman/admindb/open_electroporator gives a message > "will be sent over an insecure connection" when I seta button to > discard and then do the submi

Re: [Mailman-Users] moderator page behind nginx with SSL

2016-06-17 Thread Andrew Hodgson
] On Behalf Of John Griessen Sent: 17 June 2016 15:58 To: mailman-users@python.org Subject: [Mailman-Users] moderator page behind nginx with SSL The rest of mailman version 2.1.22 is working fine with SSL and some rewriting by nginx and yet https://cibolo.us/mailman/admindb/open_electroporator

Re: [Mailman-Users] moderator page behind nginx with SSL

2016-06-17 Thread Christopher A Puchalski
hange. After that fix the moderation page just worked. Good luck. Christopher Puchalski From: John Griessen To: mailman-users@python.org Date: 06/17/2016 08:04 AM Subject:[Mailman-Users] moderator page behind nginx with SSL Sent by:"Mailman-Users" Th

[Mailman-Users] moderator page behind nginx with SSL

2016-06-17 Thread John Griessen
The rest of mailman version 2.1.22 is working fine with SSL and some rewriting by nginx and yet https://cibolo.us/mailman/admindb/open_electroporator gives a message "will be sent over an insecure connection" when I seta button to discard and then do the submit all data button. Is there a way t