Opened 16 years ago
Closed 15 years ago
#7098 closed defect (invalid)
Digest HTTP authentication does not work
| Reported by: | Paul O | Owned by: | osimons |
|---|---|---|---|
| Priority: | normal | Component: | XmlRpcPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description
this is in the wiki but does not appear to be in any ticket from the wiki...
Problems with Digest HTTP authentication
The xmlrpclib.ServerProxy client - as demonstrated in the following examples - will not work with a Digest-based HTTP authentication: you need to set up a Basic HTTP authentication on server side to make the examples work.
If you use the standalone Trac daemon, this means that you cannot use the tracd -a option (htdigest authentication file). Use trac --basic-auth (htpasswd authentication file) instead.
Attachments (0)
Change History (3)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
So, the information is in the documentation (wiki)? I don't quite understand what you want me to with this ticket? Anything wrong? Anything needing improvement?
comment:3 Changed 15 years ago by
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
No feedback. Closing. Reopen if further information is provided.



to clarify, the description should have started: this is in the wiki but does not appear to be in any ticket. (PERIOD) (THE FOLLOWING IS) from the wiki...