Search Results for https

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,...

Connect to MS SQL Server with PHP 5.3+

PHP logo by Colin Viebrock

...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,...

Windows 11 and WSL 2 DevOps environment

DevOps/SysOps Infrastructure as a Service flow

...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...

TLS handshake

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

Install OpenSSH in Windows Server

OpenSSH SSH Server Properties in Windows Server

...software. Doh! 🙂 Download the latest OpenSSH for Windows release from GitHub: https://github.com/PowerShell/Win32-OpenSSH/releases (OpenSSH-Win64.zip for example). Install “Windows for OpenSSH” using PowerShell Unblock the downloaded OpenSSH archive if necessary: Unblock-File...