RE: [Zope] Has anybody gotten Zope to with IIS 4.0?
I saw your fix earlier, but I missed the crucial sentence: "Also, it completely breaks authentication when the user uses IE5.0 when trying to log into a secure area of the server. These Custom Error handlers are enabled by default." Duh. It could be a good idea to putting this up as a HOWTO on zope.org under the title "How to fix HTTP error messages and authentication with IIS 4". Thanks. You made my day. -- Alexander Staubo http://www.mop.no/~alex/ "In the end, we all assume room temperature." --John Maynard Keynes
-----Original Message----- From: Martijn Pieters [mailto:mj@antraciet.nl] Sent: 26. mai 1999 16:20 To: Alexander Staubo; Zope Mailing List (E-mail) Subject: Re: [Zope] Has anybody gotten Zope to with IIS 4.0?
At 16:03 26/05/99 , Alexander Staubo wrote:
I gotta ask, because I certainly haven't. I could not find any information on this on the list, either.
I turned off Challenge/Response and Basic Authentication and all I got was this lousy message when accessing a protected Zope resource:
HTTP Error 401 401.5 Unauthorized: Authorization failed by ISAPI/CGI app
This error indicates that the address on the Web server you attemped to use has an ISAPI or CGI program installed that verifies user credentials before proceeding. The authentication used to connect to the server was denied access by this program.
This is a known IIS 4.0 bug/feature, which is luckily easy to fix.
See my solution at: http://www.zope.org/pipermail/zope/1999-May/004017.html
-- Martijn Pieters, Web Developer | Antraciet http://www.antraciet.nl | Tel: +31-35-6254545 Fax: +31-35-6254555 | mailto:mj@antraciet.nl http://www.antraciet.nl/~mj | PGP: http://wwwkeys.nl.pgp.net:11371/pks/lookup?op=get&search=0xA8A32149 ------------------------------------------
At 16:26 26/05/99 , Alexander Staubo wrote:
I saw your fix earlier, but I missed the crucial sentence: "Also, it completely breaks authentication when the user uses IE5.0 when trying to log into a secure area of the server. These Custom Error handlers are enabled by default." Duh.
It could be a good idea to putting this up as a HOWTO on zope.org under the title "How to fix HTTP error messages and authentication with IIS 4".
Actually, it is.. in the Support area. Hard to find, I must admit, right now these things are pretty much scattered randomly around the Zope.org site. I think that DC is working to fix this, now that LinuxExpo is over. -- Martijn Pieters, Web Developer | Antraciet http://www.antraciet.nl | Tel: +31-35-6254545 Fax: +31-35-6254555 | mailto:mj@antraciet.nl http://www.antraciet.nl/~mj | PGP: http://wwwkeys.nl.pgp.net:11371/pks/lookup?op=get&search=0xA8A32149 ------------------------------------------
participants (2)
-
Alexander Staubo -
Martijn Pieters