Bug 998950 - RHSM does not use repo_ca_cert setting
Summary: RHSM does not use repo_ca_cert setting
Keywords:
Status: CLOSED DUPLICATE of bug 997194
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: katello-agent
Version: 6.0.0
Hardware: All
OS: Linux
unspecified
high
Target Milestone: Unspecified
Assignee: Carter Kozak
QA Contact: Katello QA List
URL:
Whiteboard:
Depends On:
Blocks: sam13-tracker
TreeView+ depends on / blocked
 
Reported: 2013-08-20 12:10 UTC by Rytis Sileika
Modified: 2014-09-15 00:09 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-08-20 12:28:42 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Rytis Sileika 2013-08-20 12:10:41 UTC
Description of problem:

/etc/rhsm/rhsm.conf is pointing to correct certificate:

# grep repo_ca_cert /etc/rhsm/rhsm.conf
repo_ca_cert = %(ca_cert_dir)scandlepin-local.pem

But subscription manager config defaults to a default value:

# subscription-manager config | grep repo_ca_cert
   repo_ca_cert = [/etc/rhsm/ca/redhat-uep.pem]

This means that /etc/yum.repo.d/redhat.repo contains invalid certificate:

# grep sslcacert /etc/yum.repos.d/redhat.repo 
sslcacert = /etc/rhsm/ca/redhat-uep.pem
sslcacert = /etc/rhsm/ca/redhat-uep.pem
[...]

Version-Release number of selected component (if applicable):

subscription-manager-1.9.1-1.el6.x86_64

How reproducible:

Every time

Steps to Reproduce:
1. Install Katello 1.3 server
2. Kickstart a machine with RH6.4
3.

Actual results:


Expected results:


Additional info:

Works as expected with subscription-manager-1.1.23.1-1.el6_4.x86_64

Comment 1 Carter Kozak 2013-08-20 12:28:42 UTC

*** This bug has been marked as a duplicate of bug 997194 ***


Note You need to log in before you can comment on or make changes to this bug.