mailman and ssl fun: Since I only have one webserver without extra IPs for the different sites, I want to setup my mailman virtual host so it goes to mailman.kushana.com:10445 (through ssl). So, I get soemthing like this:

<VirtualHost mailman.kushana.com:10445>
     DocumentRoot "/export/bin/mailman"
     ServerName mailman.kushana.com
     ScriptAlias /mail/    "/export/bin/mailman/cgi-bin/"
     ScriptAlias /mailman/    "/export/bin/mailman/cgi-bin/"
     Alias /pipermail/ /export/bin/mailman/archives/public/
     CustomLog /usr/local/apache/logs/access.mailman combined
     ErrorLog /usr/local/apache/logs/errors.mailman

SSLEngine               on

SSLCertificateFile /usr/local/apache/conf/ssl.crt/server.crt
SSLCertificateKeyFile /usr/local/apache/conf/ssl.key/server.key
</VirtualHost>

After restarting apache, I set my browser to

https://mailman.kushana.com:10445/mailman/admin/test-mailinglist/bounce

I get the authentication page without a problem.  But, once I enter the
password and click on the login button, I am pointed to the url

https://mailman/admin/test-mailinglist/bounce

on port 443. What am I doing wrong here?

------------------------------------------------------
Mailman-Users mailing list
[email protected]
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&amp;file=faq01.027.htp

Reply via email to