| Anonymous | Login | Signup for a new account | 2013.05.19 13:19 CEST |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Advanced Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
| 0000972 | [pLoader] authentication | major | always | 2009.04.15 09:10 | 2009.06.02 23:47 | ||
| Reporter | worwan | View Status | public | ||||
| Assigned To | rosman | ||||||
| Priority | normal | Resolution | fixed | Platform | Debian Testing | ||
| Status | closed | OS | GNU/Linux | ||||
| Projection | none | OS Version | 2.6.26-1-686 | ||||
| ETA | none | Fixed in Version | 2.0.2b | Product Version | 2.0.1 | ||
| Target Version | Product Build | ||||||
| Summary | 0000972: ploader cannot connect to gallery authenticated by apache | ||||||
| Description |
Gallery authentication is done by apache. pLoader cannot connect: Found Connection to http://domain.tld/gallery [^] failed |
||||||
| Steps To Reproduce | |||||||
| Additional Information | |||||||
| Tags | No tags attached. | ||||||
| Attached Files | |||||||
|
|
|||||||
Notes |
|
|
(0002576) worwan (reporter) 2009.04.15 09:13 |
actually the message in pLoader after login is that above but following: Authorization Required Connection to http://domain.tld/gallery [^] failed |
|
(0002587) plg (manager) 2009.04.30 00:55 |
I've made some searches about HTTP basic authentication, and I've checked that if you replace: $result = $ua->get($query); by my $req = HTTP::Request->new(GET => $query); $req->headers->authorization_basic('http user', 'http password'); $result = $ua->request($req); Then it works perfectly :-) Ron, what do you think of this? |
|
(0002599) rosman (manager) 2009.05.15 18:28 |
Fixed in [Subversion] r3285 By default use Piwigo user/password. If Apache authentication has a different user/password : 1/ remove existing pLoader.conf 2/ add http_username and http_password entries in pLoader.ini |
| Mantis 1.1.6[^] Copyright © 2000 - 2008 Mantis Group Contact |