Skip to content

Commit 7c63ea2

Browse files
authored
Merge pull request #108320 from TimShererWithAquent/us1679050i
Change SSL to TLS per 1679050
2 parents 1e12560 + 846bcd5 commit 7c63ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/workloads/redhat/redhat-rhui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ If you're using a network configuration to further restrict access from RHEL PAY
166166

167167
### Update expired RHUI client certificate on a VM
168168

169-
If you are using an older RHEL VM image, for example, RHEL 7.4 (image URN: `RedHat:RHEL:7.4:7.4.2018010506`), you will experience connectivity issues to RHUI due to a now-expired SSL client certificate. The error you see may look like _"SSL peer rejected your certificate as expired"_ or _"Error: Cannot retrieve repository metadata (repomd.xml) for repository: ... Please verify its path and try again"_. To overcome this problem, please update the RHUI client package on the VM using the following command:
169+
If you are using an older RHEL VM image, for example, RHEL 7.4 (image URN: `RedHat:RHEL:7.4:7.4.2018010506`), you will experience connectivity issues to RHUI due to a now-expired TLS/SSL client certificate. The error you see may look like _"SSL peer rejected your certificate as expired"_ or _"Error: Cannot retrieve repository metadata (repomd.xml) for repository: ... Please verify its path and try again"_. To overcome this problem, please update the RHUI client package on the VM using the following command:
170170

171171
```bash
172172
sudo yum update -y --disablerepo='*' --enablerepo='*microsoft*'

0 commit comments

Comments
 (0)