Menu

#997 SSL support broken: form posts hard coded to insecure URL

2.1 (stable)
open
nobody
5
2005-03-02
2005-03-02
No

After configuring mailman to be accessible from within
a secure webserver (httpd v2.1.3, RHEL3), if the
"create" option is used, the insecure http:// complete
website URL is encoded into the page form, thus
bypassing the secure webserver.

All forms should submit to relative URLs, which will
ensure that the correct website prefix is used.

The FAQ implies that mailman can be run on a secure
webserver and everything should "just work", however
this does not seem to be the case.

Discussion

  • Tokio Kikuchi

    Tokio Kikuchi - 2005-03-02

    Logged In: YES
    user_id=67709

    Have you set
    DEFAULT_URL_PATTERN = 'https://%s/mailman/'
    in your mm_cfg.py ?
    See 4.27 in mailman FAQ wizard:
    http://www.python.org/cgi-bin/faqw-mm.py

     
  • Graham Leggett

    Graham Leggett - 2005-03-03

    Logged In: YES
    user_id=129704

    No I have not - this was the problem.

    Please could you add a section to the docs that points this
    out about setting up SSL - it's way too easy to overlook a
    tiny option such as this one.

    In theory there is no need for mailman to post to an
    absolute URL that I am aware of - is it possible to change
    it to access relative URLs? This will make mailman
    significantly easier to use on SSL sites.

     

Log in to post a comment.

MongoDB Logo MongoDB