Skip to content

Commit dbe942f

Browse files
authored
Merge pull request #106006 from msaenzbosupport/patch-1
Adding a link to certificate issue article
2 parents 7aa8da9 + 7f8fae0 commit dbe942f

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

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

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -235,19 +235,9 @@ southeastasia - 20.24.186.80
235235

236236
### Update expired RHUI client certificate on a VM
237237

238-
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:
238+
If you experience RHUI certificate issues from your Azure RHEL PAYG VM, reference the [troubleshooting guidance for RHUI certificate issues in Azure](/troubleshoot/azure/virtual-machines/troubleshoot-linux-rhui-certificate-issues).
239239

240-
```bash
241-
sudo yum update -y --disablerepo='*' --enablerepo='*microsoft*'
242-
```
243-
244-
Alternatively, running `sudo yum update` may also update the client certificate package (depending on your RHEL version), despite "expired SSL certificate" errors you will see for other repositories. If this update is successful, normal connectivity to other RHUI repositories should be restored, so you will be able to run `sudo yum update` successfully.
245-
246-
If you run into a 404 error while running a `yum update`, try the following to refresh your yum cache:
247-
```bash
248-
sudo yum clean all;
249-
sudo yum makecache
250-
```
240+
251241

252242
### Troubleshoot connection problems to Azure RHUI
253243
If you experience problems connecting to Azure RHUI from your Azure RHEL PAYG VM, follow these steps:

0 commit comments

Comments
 (0)