Mailinglist Archive: opensuse-buildservice (332 mails)
| < Previous | Next > |
Re: [opensuse-buildservice] anonymous access support
- From: Fathi Boudra <fboudra@xxxxxxxxx>
- Date: Thu, 8 Jul 2010 17:19:37 +0300
- Message-id: <AANLkTil7KOOz82X7b954bt36R99i9uU0RiYsEa82_-rF@xxxxxxxxxxxxxx>
On Tue, Jul 6, 2010 at 11:12 AM, Zhang, Vivian <vivian.zhang@xxxxxxxxx> wrote:
don't ask me the technical details, but this workaround fixed an issue
I have when I upload to MeeGo OBS behind a proxy.
Thanks for the tips.
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
Here is a workaround:
Adding one line for http_headers in ~/.oscrc, e.g.
[https://api.xxx.com]
user=xxx
passx=xxxxxxxxxxxxxxxxxxxxxx ==
+ http_headers: Authorization: Basic amZkaW5nOm1vYmxpbjEyMw==
The encoded string after "Basic" is the base64 encoded "username:passwd",
or you can get it from command:
#echo -n username:passwd | base64
don't ask me the technical details, but this workaround fixed an issue
I have when I upload to MeeGo OBS behind a proxy.
Thanks for the tips.
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
| < Previous | Next > |