[Mailman-Users] mailman and ssl fun

Mauricio Tavares raub at grove.circa.ufl.edu
Mon Apr 11 21:16:27 CEST 2005


         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?




More information about the Mailman-Users mailing list