![](https://secure.gravatar.com/avatar/f5ab470fdce8e6b82720f0bb9d16c59c.jpg?s=120&d=mm&r=g)
After upgrading to mailman 2.1, I noticed that I am not longer able to approve posts with almost all browsers minus opera 6.1(linux). Whenever i try to approve a held post the page reloads with all of the same content. Opera 6.1(linux) on the other hand asks me if I want to post data to the web page .. which i do and it works fine. funny enough opera 7.1(win) doest not work. The same change and no actual change happening happens when i try to add new users to a mailing list.
the following do not work:
opera7.1(win) ie6.0(win) mozilla-1.4(linux)
The system is redhat6.2 2.2.5 running apache-1.3.27 with mod-ssl
--tomasz
![](https://secure.gravatar.com/avatar/d4258e6caa5b231603e992b430199997.jpg?s=120&d=mm&r=g)
Delete the cookies from your non-working browsers and then try again.
The older format for storing cookies is not compatible with the current format - that could be your problem.
On Wed, 2003-04-30 at 05:41, Tomasz Finc wrote:
After upgrading to mailman 2.1, I noticed that I am not longer able to approve posts with almost all browsers minus opera 6.1(linux). Whenever i try to approve a held post the page reloads with all of the same content. Opera 6.1(linux) on the other hand asks me if I want to post data to the web page .. which i do and it works fine. funny enough opera 7.1(win) doest not work. The same change and no actual change happening happens when i try to add new users to a mailing list.
the following do not work:
opera7.1(win) ie6.0(win) mozilla-1.4(linux)
The system is redhat6.2 2.2.5 running apache-1.3.27 with mod-ssl
--tomasz
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/
This message was sent to: jonc@nc.rr.com Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com
![](https://secure.gravatar.com/avatar/f5ab470fdce8e6b82720f0bb9d16c59c.jpg?s=120&d=mm&r=g)
sadly enough i still havent resolved this issue and its effects have spread to my new instalation of htdig. any searches on opera6.1 work prefectly but any other browser brings up the following
htdig Archives Access Failure CGI problem. -5-Field count -4- fields: If you want to make another attempt to access a list archive then go via the list users information page. If this problem persists then please e-mail the following information to the mailman@hal.rescomp.berkeley.edu:
https://hal.rescomp.berkeley.edu/pipermail/testing/
/mailman/mmsearch/testing
what im wonderin now is if this is an ssl issue. whenever i try to authorize held posts or submit the search string all browsers(minus opera6) will complain that i am sending this over an unencrypted connection.
currently im running openssl-0.9.7b with apache 1.3.27
any new ideas?
--tomasz
On Wed, 30 Apr 2003, Jon Carnes wrote:
Delete the cookies from your non-working browsers and then try again.
The older format for storing cookies is not compatible with the current format - that could be your problem.
On Wed, 2003-04-30 at 05:41, Tomasz Finc wrote:
After upgrading to mailman 2.1, I noticed that I am not longer able to approve posts with almost all browsers minus opera 6.1(linux). Whenever i try to approve a held post the page reloads with all of the same content. Opera 6.1(linux) on the other hand asks me if I want to post data to the web page .. which i do and it works fine. funny enough opera 7.1(win) doest not work. The same change and no actual change happening happens when i try to add new users to a mailing list.
the following do not work:
opera7.1(win) ie6.0(win) mozilla-1.4(linux)
The system is redhat6.2 2.2.5 running apache-1.3.27 with mod-ssl
--tomasz
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/
This message was sent to: jonc@nc.rr.com Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com
--
![](https://secure.gravatar.com/avatar/f5ab470fdce8e6b82720f0bb9d16c59c.jpg?s=120&d=mm&r=g)
it actually turned out to be a stupid problem of http vs https my site urls were written as http but getting forwarded to https.. ssl complained about it and would not work properly.
added the following to mm_cfg.py DEFAULT_URL_PATTERN = 'https://%s/mailman/'
and then i ran
for list in ./list_lists | awk '{print $1}' | grep -v 50
; do ./withlist
-l -r fix_url $list;done
which fixed it.
--tomasz On Wed, 21 May 2003, Tomasz Finc wrote:
sadly enough i still havent resolved this issue and its effects have spread to my new instalation of htdig. any searches on opera6.1 work prefectly but any other browser brings up the following
htdig Archives Access Failure CGI problem. -5-Field count -4- fields: If you want to make another attempt to access a list archive then go via the list users information page. If this problem persists then please e-mail the following information to the mailman@hal.rescomp.berkeley.edu:
https://hal.rescomp.berkeley.edu/pipermail/testing/ /mailman/mmsearch/testing
what im wonderin now is if this is an ssl issue. whenever i try to authorize held posts or submit the search string all browsers(minus opera6) will complain that i am sending this over an unencrypted connection.
currently im running openssl-0.9.7b with apache 1.3.27
any new ideas?
--tomasz
On Wed, 30 Apr 2003, Jon Carnes wrote:
Delete the cookies from your non-working browsers and then try again.
The older format for storing cookies is not compatible with the current format - that could be your problem.
On Wed, 2003-04-30 at 05:41, Tomasz Finc wrote:
After upgrading to mailman 2.1, I noticed that I am not longer able to approve posts with almost all browsers minus opera 6.1(linux). Whenever i try to approve a held post the page reloads with all of the same content. Opera 6.1(linux) on the other hand asks me if I want to post data to the web page .. which i do and it works fine. funny enough opera 7.1(win) doest not work. The same change and no actual change happening happens when i try to add new users to a mailing list.
the following do not work:
opera7.1(win) ie6.0(win) mozilla-1.4(linux)
The system is redhat6.2 2.2.5 running apache-1.3.27 with mod-ssl
--tomasz
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/
This message was sent to: jonc@nc.rr.com Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com
--
participants (2)
-
Jon Carnes
-
Tomasz Finc