Mailinglist Archive: zypp-devel (39 mails)

< Previous Next >
Re: [zypp-devel] Serving repos via SSL
  • From: Michael Schroeder <mls@xxxxxxx>
  • Date: Wed, 5 May 2010 12:28:48 +0200
  • Message-id: <20100505102848.GA17864@xxxxxxx>
On Wed, May 05, 2010 at 12:26:48PM +0200, Michael Andres wrote:
On Tuesday 04 May 2010 18:01:47 Scott Bahling wrote:
On Tue, 2010-05-04 at 16:07 +0200, Michael Andres wrote:
On Tuesday 04 May 2010 14:14:35 Scott Bahling wrote:
and attach the log. Even though zypper now uses aria, curl is still
used for some requests (e.g. to check whether the remote file
exists), that's why the curl debug variable.

I opened bug 602355 and added logs.

I suppose
ZYPP_ARIA2C=0 zypper ref myrepo
works.

Fails in a different way. It fails checking the repomd.xml.key, but I
have a suspicion that what it downloaded was not the key file because
the sha1 key and file size don't match. Is there a way to run zypper and
not have it cleanup the tmp directories?

To me it looks like being a server side problem. Trying to access repomd.xml,
I get a redirect to https://build.novell.com/ICSLogin, but libzypp won't be
able to fill out the form. I would expect a 401 authentication required
instead.

In that case it's an iChain setup problem. It has be be set up
for BasicAuthentication, so that it doesn't show a login page.

Cheers,
Michael.

--
Michael Schroeder mls@xxxxxxx
SUSE LINUX Products GmbH, GF Markus Rex, HRB 16746 AG Nuernberg
main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx

< Previous Next >