Untrusted domain certificate:

ARTIFACTORY: How to proxy a Red Hat Network (RHN) repository

AuthorFullName__c
Hanan Kemelman, Yoav Harel
articleNumber
000004884
FirstPublishedDate
2020-11-05T09:31:22Z
lastModifiedDate
2025-05-15
You may encounter the PKIX error when clicking "Test Connection": 
 
 User-added image 

The reason for this error message is that the certificate of the domain cdn.redhat.com is self-signed and untrusted. To overcome this, the certificate needs to be trusted by Java/Artifactory, and can be resolved by executing the below command to get the certificate, and then following our documentation on Trust a self-signed certificate or a new CA or our Knowledge Base to add it to Artifactory.
openssl s_client -showcerts -connect cdn.redhat.com:443