Mozilla working but IE does not.

Michael Gale michael.gale at utilitran.com
Wed Feb 11 18:41:46 CET 2004


Hello,

More info ... IE6 does not support Digest Authentication with query string. So
you would have to use basic.

Michael.



On Wed, 11 Feb 2004 10:01:44 -0700
Michael Gale <michael.gale at utilitran.com> wrote:

> Hello,
> 
> 	Update .. the problem seems to be related to another Microsoft F*CK UP.
> 	Apparently IE has issues
> with Digest authentication.
> 
> Michael.
> 
> 
> On Wed, 11 Feb 2004 08:50:48 -0700
> Michael Gale <michael.gale at utilitran.com> wrote:
> 
> > Hello,
> > 
> > 	I am having some problems with cgi access I believe. I have left the
> > 	default user name blank
> > (default_user_name= ) and setup authentication. Below is the directory
> > directives I am using. I have created two users. One with full access and
> > one with host and service view access.
> > 
> > Now connecting from a linux box running Mozilla 1.4 everything is working
> > great. But when connecting from a Windows 2000 machine running IE things to
> > do not work.
> > 
> > The user can login and see the main page and all the options along the side.
> > But when they click on a option like "Host Detail" they receive a "Bad
> > Request" screeen. Saying that the client sent a request the server could not
> > understand.
> > 
> > Anyone know why ?
> > 
> > ScriptAlias /nagios/cgi-bin/ /home/nagios/sbin/
> > <Directory "/home/nagios/sbin/">
> >     SSLRequireSSL
> >     AllowOverride AuthConfig
> >     AuthType Digest
> >     AuthName "Network_Monitor"
> >     AuthDigestDomain /nagios/cgi-bin/ /home/nagios/sbin/
> >     AuthDigestFile /usr/local/apache2/passwords/.nagiospassword
> >     Require valid-user
> >     Options ExecCGI
> >     Order allow,deny
> >     Allow from all
> > </Directory>
> > 
> > Alias /nagios/ /home/nagios/share/
> > <Directory "/home/nagios/share">
> >     SSLRequireSSL
> >     AllowOverride AuthConfig
> >     AuthType Digest
> >     AuthName "Network_Monitor" 
> >     AuthDigestDomain /nagios/ /home/nagios/share/
> >     AuthDigestFile /usr/local/apache2/passwords/.nagiospassword
> >     Require valid-user
> >     Options None
> >     Order allow,deny
> >     Allow from all
> > </Directory>
> > 
> > 
> > 
> > -- 
> > Michael Gale
> > Network Administrator
> > Utilitran Corporation
> > 
> > 
> > -------------------------------------------------------
> > SF.Net is sponsored by: Speed Start Your Linux Apps Now.
> > Build and deploy apps & Web services for Linux with
> > a free DVD software kit from IBM. Click Now!
> > http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
> > _______________________________________________
> > Nagios-users mailing list
> > Nagios-users at lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/nagios-users
> > ::: Please include Nagios version, plugin version (-v) and OS when reporting
> > any issue. ::: Messages without supporting info will risk being sent to
> > /dev/null
> > 
> > 
> > 
> > 
> 
> 
> -- 
> Michael Gale
> Network Administrator
> Utilitran Corporation
> 
> 
> -------------------------------------------------------
> SF.Net is sponsored by: Speed Start Your Linux Apps Now.
> Build and deploy apps & Web services for Linux with
> a free DVD software kit from IBM. Click Now!
> http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
> _______________________________________________
> Nagios-users mailing list
> Nagios-users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nagios-users
> ::: Please include Nagios version, plugin version (-v) and OS when reporting
> any issue. ::: Messages without supporting info will risk being sent to
> /dev/null
> 
> 
> 
> 


-- 
Michael Gale
Network Administrator
Utilitran Corporation


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list