Skip to content

Commit 4537ccc

Browse files
authored
Update suse-public-cloud-connectivity-registration-issues.md
1 parent f00c5d6 commit 4537ccc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

support/azure/virtual-machines/linux/suse-public-cloud-connectivity-registration-issues.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ The output doesn't show the server certificate or SSL session.
144144

145145
This scenario usually occurs when the command crosses a Network Virtual Appliance (NVA) that performs SSL packet inspection. This inspection causes the NVA to inject its own SSL certificate into the encrypted session.
146146

147-
Because SUSE uses certificate pinning, another injected SSL certificate can break the pinning operation. If the pinning is broken, the SUSE repository will deny the connection.
147+
Because SUSE uses certificate pinning, another injected SSL certificate can break the pinning operation. If the pinning is broken, the SUSE repository denies the connection.
148148

149149
### Resolution
150150

@@ -200,17 +200,17 @@ sudo tail /var/log/cloudregister
200200
2025-01-29 20:20:06,917 ERROR:No response from: [('23.101.171.119', '2603:1030:603::2e9'), ('23.101.164.199', '2603:1030:603::625'), ('23.96.231.74', '2603:1030:603::2e6')]
201201
```
202202

203-
The output indicates that a connectivity error exists. However, this isn't true. This indication occurs because the error handling process in the registration scripts doesn't show the certificate errors from the old libraries.
203+
The output indicates that a connectivity error exists. However, this indication isn't true. It occurs because the error handling process in the registration scripts doesn't show the certificate errors from the old libraries.
204204

205-
The script output might also mistakenly indicate that a certificate for one of the SMT IPs that's displayed in the `sudo tail /var/log/cloudregister` command output can't be found. This is also a library issue, not an issue that affects the CA list on the VM.
205+
The script output might also mistakenly indicate that a certificate for one of the SMT IPs that's displayed in the `sudo tail /var/log/cloudregister` command output can't be found. This issue is also a library issue, not one that affects the CA list on the VM.
206206
207207
### Cause
208208
209209
If instances aren't regularly updated, they can become incompatible with our update infrastructure API. This situation causes failure of the repositories that are required to update an instance.
210210

211211
### Resolution
212212

213-
1. Create a PAYG instance by using the same OS as the that has broken repos.
213+
1. Create a PAYG instance by using the same OS as the one that has the broken repos.
214214
2. Create a temporary directory:
215215

216216
```bash
@@ -313,7 +313,7 @@ Error: Activating SLES_SAP 12.5 x86_64 ... Error: Registration server returned '
313313
314314
### Cause
315315
316-
The VMs can't to connect to SUSE repositories because of outdated SUSE Public Cloud packages.
316+
The VMs can't connect to SUSE repositories because of outdated SUSE Public Cloud packages.
317317

318318
### Resolution
319319

0 commit comments

Comments
 (0)