softwarefromnorth.blogspot.com
Software from North: Using HTTP Basic Authentication with YUM
http://softwarefromnorth.blogspot.com/2014/06/using-http-basic-authentication-with-yum.html
Short musings about software development in general. Maanantai 2. kesäkuuta 2014. Using HTTP Basic Authentication with YUM. HTTP Basic Authentication is supported by yum. You just have to add username and password into repository configuration. But, at least on the older versions of Centos, this does not work. Problem is that yum relies on python library called " urlgrabber. I resolved this problem by installing urlgrabber from sources. Git clone git:/ yum.baseurl.org/urlgrabber.git/. That got it working.
softwarefromnorth.blogspot.com
Software from North: kesäkuuta 2014
http://softwarefromnorth.blogspot.com/2014_06_01_archive.html
Short musings about software development in general. Maanantai 2. kesäkuuta 2014. Using HTTP Basic Authentication with YUM. HTTP Basic Authentication is supported by yum. You just have to add username and password into repository configuration. But, at least on the older versions of Centos, this does not work. Problem is that yum relies on python library called " urlgrabber. I resolved this problem by installing urlgrabber from sources. Git clone git:/ yum.baseurl.org/urlgrabber.git/. That got it working.