Hi,

is there a way to run the check_galaxy script when external user authentification through apache is enabled? I get the following error:

root@bioapp07:/home/galaxy/galaxy_dist/scripts# python check_galaxy.py 127.0.0.1:8080
==> at http://127.0.0.1:8080/user
Traceback (most recent call last):
  File "check_galaxy.py", line 358, in <module>
    if b.check_if_logged_in():
  File "check_galaxy.py", line 278, in check_if_logged_in
    self.get("/user")
  File "check_galaxy.py", line 128, in get
    tc.code(200)
  File "/usr/lib/pymodules/python2.6/twill/commands.py", line 133, in code
    should_be))
twill.errors.TwillAssertionError: code is 403 != 200



Bytheway, there is no hint in the documentation that a package "python-twill" is required to run the script ;-)


Thx, Michael