Hide Forgot
Description of problem: Unable to connect the Red hat satellite server with the local machine Version-Release number of selected component (if applicable): Red hat Satellite Server How reproducible: Steps to Reproduce: 1. Run the command satellite-sync --list-channels 2. 3. Actual results: when using, server.satellite.ca_chain = /etc/rhn/bmc-software.cert i got ERROR: there was a problem synchronizing the information. Error message: [('PEM routines', 'PEM_read_bio', 'bad end line'), ('x509 certificate routines', 'X509_load_cert_crl_file', 'PEM lib')] when using,server.satellite.ca_chain =/var/www/html/pub/RHN-ORG-TRUSTED-SSL-CERT ERROR: there was a problem synchronizing the information. Error message: [('SSL routines', 'SSL3_GET_SERVER_CERTIFICATE', 'certificate verify failed')] Expected results: Need to list the available channels Additional info: I already activate my server as an RHN satellite by uploading the certicate in the rhn.redhat.com website.I also attached the rhn.conf file and the screenshot of the activation webpage of my server.
Created attachment 503627 [details] attachments
ca_chain should be set to parent CA. I.e. CA of rhn.redhat.com. So you should have there: server.satellite.ca_chain = /usr/share/rhn/RHNS-CA-CERT I highly recommend you to take this course: https://www.redhat.com/courses/rh401_red_hat_enterprise_deployment_and_systems_management/ I believe, it will be big benefit for you.