Merged PR 10258: add urls to whitelist

add urls to whitelist
This commit is contained in:
Joey Caparas
2018-08-01 13:51:11 +00:00
2 changed files with 92 additions and 83 deletions

View File

@ -127,14 +127,14 @@ Verify the proxy configuration completed successfully, that WinHTTP can discover
6. Open *WDATPConnectivityAnalyzer.txt* and verify that you have performed the proxy configuration steps to enable server discovery and access to the service URLs. <br><br> 6. Open *WDATPConnectivityAnalyzer.txt* and verify that you have performed the proxy configuration steps to enable server discovery and access to the service URLs. <br><br>
The tool checks the connectivity of Windows Defender ATP service URLs that Windows Defender ATP client is configured to interact with. It then prints the results into the *WDATPConnectivityAnalyzer.txt* file for each URL that can potentially be used to communicate with the Windows Defender ATP services. For example: The tool checks the connectivity of Windows Defender ATP service URLs that Windows Defender ATP client is configured to interact with. It then prints the results into the *WDATPConnectivityAnalyzer.txt* file for each URL that can potentially be used to communicate with the Windows Defender ATP services. For example:
```text ```text
Testing URL : https://xxx.microsoft.com/xxx Testing URL : https://xxx.microsoft.com/xxx
1 - Default proxy: Succeeded (200) 1 - Default proxy: Succeeded (200)
2 - Proxy auto discovery (WPAD): Succeeded (200) 2 - Proxy auto discovery (WPAD): Succeeded (200)
3 - Proxy disabled: Succeeded (200) 3 - Proxy disabled: Succeeded (200)
4 - Named proxy: Doesn't exist 4 - Named proxy: Doesn't exist
5 - Command line proxy: Doesn't exist 5 - Command line proxy: Doesn't exist
``` ```
If at least one of the connectivity options returns a (200) status, then the Windows Defender ATP client can communicate with the tested URL properly using this connectivity method. <br><br> If at least one of the connectivity options returns a (200) status, then the Windows Defender ATP client can communicate with the tested URL properly using this connectivity method. <br><br>

View File

@ -10,7 +10,7 @@ ms.pagetype: security
ms.author: v-tanewt ms.author: v-tanewt
author: tbit0001 author: tbit0001
ms.localizationpriority: medium ms.localizationpriority: medium
ms.date: 11/28/2017 ms.date: 08/01/2018
--- ---
# Troubleshoot subscription and portal access issues # Troubleshoot subscription and portal access issues
@ -72,5 +72,14 @@ If the portal dashboard, and other sections show an error message such as "Data
You'll need to whitelist the `securitycenter.windows.com` and all sub-domains under it. For example `*.securitycenter.windows.com`. You'll need to whitelist the `securitycenter.windows.com` and all sub-domains under it. For example `*.securitycenter.windows.com`.
## Portal communication issues
If you encounter issues with accessing the portal, missing data, or restricted access to portions of the portal, you'll need to verify that the following urls are whitelisted and open for communciation.
- `*.blob.core.windows.net
crl.microsoft.com`
- `https://*.microsoftonline-p.com`
- `https://*.securitycenter.windows.com`
- `https://automatediracs-eus-prd.securitycenter.windows.com`
- `https://login.microsoftonline.com`
- `https://login.windows.net` - `https://login.windows.net`
- `https://onboardingpackagescusprd.blob.core.windows.net` - `https://onboardingpackagescusprd.blob.core.windows.net`