Skip to content

Commit fe1c33c

Browse files
committed
minor edits
1 parent 35439fe commit fe1c33c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

articles/update-manager/troubleshoot.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,9 @@ Proxy is configured on Windows or Linux machines that may block access to endpoi
286286

287287
#### Resolution
288288

289-
For Windows, see [issues related to proxy](https://learn.microsoft.com/troubleshoot/windows-client/installing-updates-features-roles/windows-update-issues-troubleshooting?toc=%2Fwindows%2Fdeployment%2Ftoc.json&bc=%2Fwindows%2Fdeployment%2Fbreadcrumb%2Ftoc.json#issues-related-to-httpproxy). For Linux, ensure proxy setup doesn't block access to repositories that are required for downloading and installing updates.
289+
For Windows, see [issues related to proxy](https://learn.microsoft.com/troubleshoot/windows-client/installing-updates-features-roles/windows-update-issues-troubleshooting?toc=%2Fwindows%2Fdeployment%2Ftoc.json&bc=%2Fwindows%2Fdeployment%2Fbreadcrumb%2Ftoc.json#issues-related-to-httpproxy).
290+
291+
For Linux, ensure proxy setup doesn't block access to repositories that are required for downloading and installing updates.
290292

291293
### TLS 1.2 Check Failed
292294

@@ -296,7 +298,11 @@ TLS 1.0 and TLS 1.1 are deprecated.
296298

297299
#### Resolution
298300

299-
Use TLS 1.2 or higher. For Windows, see [Protocols in TLS/SSL Schannel SSP](https://learn.microsoft.com/windows/win32/secauthn/protocols-in-tls-ssl--schannel-ssp-) For Linux, execute the following command to see the supported versions of TLS for your distro
301+
Use TLS 1.2 or higher.
302+
303+
For Windows, see [Protocols in TLS/SSL Schannel SSP](https://learn.microsoft.com/windows/win32/secauthn/protocols-in-tls-ssl--schannel-ssp-).
304+
305+
For Linux, execute the following command to see the supported versions of TLS for your distro.
300306
`nmap --script ssl-enum-ciphers -p 443 www.azure.com`
301307

302308
### Https connection check failed

0 commit comments

Comments
 (0)