Search Results for security

“The length of the URL for this request exceeds the configured maxUrlLength value”

[HttpException (0x80004005): The length of the URL for this request exceeds the configured maxUrlLength value.]

...</requestLimits> </requestFiltering> </security> </system.webServer> </configuration> AppCmd headerLimits Configure IIS headerLimits using appcmd.exe (place in one line): appcmd.exe set config "Default Web Site" ^ -section:system.webServer/security/requestFiltering ^ /+"requestLimits.headerLimits.[header='Content-type',sizeLimit='100']" PowerShell headerLimits Configure IIS...

Use OpenSSL for basic SSL/TLS tasks

...Security Research Group, CN=ISRG Root X1 a:PKEY: rsaEncryption, 2048 (bit); sigalg: RSA-SHA256 v:NotBefore: Mar 13 00:00:00 2024 GMT; NotAfter: Mar 12 23:59:59 2027 GMT --- Server certificate -----BEGIN CERTIFICATE----- MIIE/TCCA+WgAwIBAgISBhUb4d83bGGOx3aYxZgmUCT+MA0GCSqGSIb3DQEBCwUA...

Check WordPress Core files integrity

"I trust you"

...means everything is OK. Also read: Disallow direct access to PHP files in wp-content/uploads/ How to: Determine installed .NET Framework versions WordPress .htaccess security best practices in Apache 2.4.6+ Send...

Install SQL Server cumulative updates silently

Microsoft SQL Server logo

...= "KB5059390" [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 $ProgressPreference = 'SilentlyContinue' $url = "https://download.microsoft.com/download/a89001cb-9c99-48d3-9f14-ded054b35fe4/SQLServer2022-${kb}-x64.exe" $result = Invoke-WebRequest -Method GET -Uri $url -Headers $headers -UseBasicParsing $tempFolder = $env:temp # get filename by Content-Disposition header...

Convert .htaccess to web.config

Microsoft Internet Information Services (IIS) logo

...value --> <add name="Cache-Control" value="max-age=691200" /> </customHeaders> </httpProtocol> </system.webServer> </configuration> Also read: Learn how to set an HSTS HTTP Strict-Transport-Security header Remove Server response header in IIS One-time donation Your...

Disable ECDH public server param reuse in Windows Server IIS

Successfully set ECDH public server param reuse to no

...to in Windows Registry editor Using PowerShell: if(!(Test-Path "hklm:\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\KeyExchangeAlgorithms\ECDH")) { New-Item "hklm:\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\KeyExchangeAlgorithms" -name "ECDH" } New-ItemProperty "hklm:\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\KeyExchangeAlgorithms\ECDH" -Name EphemKeyReuseTime -Value -PropertyType DWord While you are at it, add your own...

HackRepair.com’s Bad Bots .htaccess in web.config for IIS

Microsoft Internet Information Services (IIS) logo

...Link\ Scout|zibber-v|zimeno|Zing-BottaBot|ZipppBot|zmeu|ZoomSpider|ZuiBot|ZumBot|Zyborg|Zyte).*quot; /> </conditions> <action type="CustomResponse" statusCode="403" statusReason="Forbidden" statusDescription="Forbidden" /> </rule> </rules> </rewrite> <security> <!-- To block IP addresses, see example format below. Add to list as needed: --> <ipSecurity>...