Re: wget digest authenication with apache. Please Help!
From: ynotssor ("ynotssor")
Date: 03/04/04
- Next message: Walter Mautner: "Re: Samba Question for group permissions"
- Previous message: Harry Phillips: "Re: Samba Question for group permissions"
- In reply to: beeze: "wget digest authenication with apache. Please Help!"
- Next in thread: beeze: "Re: wget digest authenication with apache. Please Help!"
- Reply: beeze: "Re: wget digest authenication with apache. Please Help!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 3 Mar 2004 21:50:58 -0800
"beeze" <beeze@DELMEnewsfeeds.com> wrote in message
news:f8tc401t78n1o5gvvgvs3r33o9bvacgfv5@4ax.com
> In my (apache) ssl.log I alway get the following from the client...
>
> Digest: client used wrong authentication scheme `Basic':
>
> From reading wget manuals there is no specific way to tell wget
> to use 'digest authentication' as opposed to 'Basic authentication'
> (i.e. the .htaccess file). It would seem wget decides upon the
> handshake with httpd. (my assumption).
Are you using a proxy? If so you may wish to bypass it with your wget
request if possible. From the man page:
--http-user=user
--http-passwd=password
Specify the username user and password password on an HTTP server.
According to the type of the challenge, Wget will encode them using either
the `basic' (insecure) or the `digest' authentication scheme.
--proxy-user=user
--proxy-passwd=password
Specify the username user and password password for authentication on a
proxy server. Wget will encode them using the `basic' authentication
scheme.
tony
-- use hotmail for any email replies -----= Posted via Newsfeeds.Com, Uncensored Usenet News =----- http://www.newsfeeds.com - The #1 Newsgroup Service in the World! -----== Over 100,000 Newsgroups - 19 Different Servers! =-----
- Next message: Walter Mautner: "Re: Samba Question for group permissions"
- Previous message: Harry Phillips: "Re: Samba Question for group permissions"
- In reply to: beeze: "wget digest authenication with apache. Please Help!"
- Next in thread: beeze: "Re: wget digest authenication with apache. Please Help!"
- Reply: beeze: "Re: wget digest authenication with apache. Please Help!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|