This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Outlook webaccess

Hi All

Does anyone know what this means??:
NONE/400 1620 NONE error:unsupported-request-method - NONE/- -

I get the error when I try to access an Outlook Webaccess through the ASL HTTP Proxy - when I do not go through the proxy I have no problem.
I suspect it to be something with WebDAV that the Proxy does not handle correctly.

I am runnign ASL 4

Any info would be appreciated.
 


This thread was automatically locked due to age.
  • Hi!

    I recommend you to use https instead of http protocol.
    Your suspection is right, because WebDav needs som extra ports open, but in case of SSL it is encapsulated into tunel.

    Tested on ASL 3.216 and Exchange (OWA) 2000

    BR Matjaz 
  • OWA - EVIL !!!!

    If for no other reason, if you are going to use OWA (may the force be with you), the least you should do is HTTPS: 
  • ????

    This you will have to explain more in details?
    What makes you to have such negative opinion?

    BR Matjaz  
  • biggest reason to use OWA via HTTPS is that the fact that when you are logging into OWA without SSL it is passing your username and password in clear text. (note it is the NT hash for the password, it is still in clear text) It is fairly easy to grab that data and then use a basic brute force to crack the password, and now you have someone in the outside world that has your MS Domain username and password. Also the fact that you are leaving port 80 open to a Microsoft machine that has to have access to your Domain for it to be able to authenticate your mail accounts.  
  • Easy to fix,

    add this to /var/chroot-squid/etc/squid.conf-default

    extension_methods request SEARCH

    Then restart squid

    Astaro, you might want to add this as default, the problem is that OWA 2K uses WEBDAV and a "standard" that isnt one yet. This fixes it.

    The problem is visible in that you can login to OWA but the inbox tries to load and then just hangs on "loading" and you get those errors in the squid logfile above.

    Hopefully this will help some people