Redirect HTTP to HTTPS

...> https://example.com https://example.com > 301 > https://www.example.com http://www.example.com > 301 > https://www.example.com Windows Server IIS An HTTP to HTTPS redirect on IIS is often better left to the web server,...

...> https://example.com https://example.com > 301 > https://www.example.com http://www.example.com > 301 > https://www.example.com Windows Server IIS An HTTP to HTTPS redirect on IIS is often better left to the web server,...

...will only look in the CurrentUser certificate store, this will suffice for your HTTPS request. Try: Invoke-WebRequest -Uri https://example.com -CertificateThumbprint $certThumbPrint If you need a LocalMachine certificate, then it becomes...

Acunetix How HSTS works (https://www.acunetix.com/blog/articles/what-is-hsts-why-use-it/)


...|xda-).*" /> <add input="{HTTP_ACCEPT_ENCODING}" pattern="gzip" /> <add input="{HTTPS}" pattern="on" /> <add input="{DOCUMENT_ROOT}/wp-content/cache/supercache/{SERVER_NAME}/{R:1}/index-https-mobile.html.gz" matchType="IsFile" /> </conditions> <serverVariables> <set name="HTTP_X_ORIGINAL_ACCEPT_ENCODING" value="{HTTP_ACCEPT_ENCODING}" /> <set name="HTTP_ACCEPT_ENCODING" value=""/> </serverVariables> <action type="Rewrite" url="/wp-content/cache/supercache/{SERVER_NAME}/{R:1}/index-https-mobile.html.gz" /> </rule> <!--...

...an Outbound Rule, to rewrite request responses and sending the HTTP Strict Transport Security response header: <outboundRules> <rule name="Add Strict-Transport-Security when HTTPS" enabled="true"> <match serverVariable="RESPONSE_Strict_Transport_Security" pattern=".*" /> <conditions> <add input="{HTTPS}"...

...Name: Authenticated SMTP email over TLS with WordPress * Plugin URI: https://www.saotn.org * Donate Link: https://www.paypal.me/jreilink * Description: Sends email using authenticated SMTP (SMTP AUTH), over an TLS encrypted connection...

...Clear PHP opcode caches === Contributors: janr Donate link: https://www.paypal.me/jreilink Author: Jan Reilink Author URI: https://www.saotn.org Tags:php, opcache cache, purge, apc, wincache, opcache, flush Requires at least: 4.6 Tested up...

...MS SQL Server. You can find it on https://sqlserverbuilds.blogspot.com/. Microsoft maintains “Latest updates and version history for SQL Server” on https://learn.microsoft.com/en-us/troubleshoot/sql/releases/download-and-install-latest-updates. And furthermore you can download the most recent CU...

...open-source static site generators. With its amazing speed and flexibility, Hugo makes building websites fun again. https://gohugo.io Set up a Hugo development environment in WSL If you don’t want to...

...Driver 11, 13, 13.1, 17 for SQL Server® – Windows: https://www.microsoft.com/en-us/download/details.aspx?id=56567. The Microsoft ODBC Driver for SQL Server provides native connectivity from Windows to Microsoft SQL Server and Windows Azure SQL...
...example you can use to connect from PHP to SQL Server with sqlsrv_connect() is: <?php /* * Follow me on Twitter: @Jan_Reilink * Donate: https://www.paypal.me/jreilink */ function connectMssql($hostname, $username, $dbname,...

...install cloudmonkey But unfortunately, this doesn’t work with WSL, as snap install fails. Luckily you can download standalone binaries and use CloudMonkey in Windows and Linux: https://github.com/apache/cloudstack-cloudmonkey/releases/download/6.2.0/cmk.windows.x86-64.exe https://github.com/apache/cloudstack-cloudmonkey/releases/download/6.2.0/cmk.linux.x86-64 and this...

...ASP.NET process goes through every directory looking for web.config configuration settings. Relatively this takes a lot of extra time. https://blogs.msdn.microsoft.com/sroun/2014/11/13/allowsubdirconfig-clarification/ https://blogs.msdn.microsoft.com/carmelop/2012/12/27/iis7s-performance-slower-than-iis6/ It is enabled by default. System administrators may choose...

...@ SQL Server Connect Some additional information is also in the SQL Server Compact forums, at https://social.msdn.microsoft.com/Forums/sqlserver/en-US/95797446-0f9d-4e75-9007-adcd6f6a9d1e/is-sql-server-compact-dead-?forum=sqlce and on WikiPedia: https://en.wikipedia.org/wiki/SQL_Server_Compact#Deprecation Convert SqlCe database to SQL Server is my recommendation....

...I/O. https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_tmp_table_size https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_max_heap_table_size join_buffer_size The join_buffer_size sets a maximum buffer size for plain index scans, range index scans and joins without indices (and therefore perform full table scans). Keep this...

...servers and check HTTPS TLS/SSL certificates and expiration dates (Bonus!) As a bonus to this article: To verify whether your (SMTP-, POP3-, or IMAP) mail server supports StartTLS, use the...

...enable HTTP Strict-Transport-Security (HSTS) on IIS, HTTP Strict Transport Security (HSTS) is a web security policy mechanism which is necessary to protect secure HTTPS websites against downgrade attacks, and which...
...checks and validation in the PowerShell code to make it more robust. Sources: https://learn.microsoft.com/en-us/answers/questions/781315/ecdh-public-server-param-reuse-in-kestrel https://serverfault.com/a/1155857 Disabled ECDH public server param reuse in Windows Server IIS Frequently Asked Questions What is...

TLS handshake – image taken from vsociety_ by vicarius (https://www.vicarius.io/vsociety/)...