Probe status code mismatch. Received status code is different from expected 200-399.Make sure if you have multiple subdomains you create a “HTTPS Setting” for each site along […]
Author: paris
How to get IP Restrictions working behind Azure Waf V1
Unlike WAF v2 , the v1 product does not have custom rules for blocking IP , so you will need to do this at the IIS Level […]
Enabling LDAPS on Windows Core DCs using Enterprise CA
# Example .inf file:[Version]Signature=”$Windows NT$” [NewRequest]Subject = “CN=dcname.domain.com.au”KeySpec = 1KeyLength = 2048Exportable = TRUEMachineKeySet = TRUESMIME = FALSEPrivateKeyArchive = FALSEUserProtected = FALSEUseExistingKeySet = FALSEProviderName = “Microsoft RSA SChannel […]