Tag: OpenSSL
Series Index: Local Environment
November 30, 2024
!Series: Local Environment Apache MariaDB OpenSSL PHP phpMyAdmin SQL WordPress
In this learn-along tutorial series, we will be setting up a local development environment from scratch on a Windows 11 machine, using Apache as our HTTP server. We will also use this development environment to run different experiments: Setting up a site running PHP 8 and a site running PHP 7 on the same server […]
Posted In: Tutorials
Part 6 – Setting Up HTTPS
November 29, 2024
!Series: Local Environment Apache OpenSSL
In this section, we will be setting up our site to accept connections over HTTPS. General Concepts In order to understand the rest of this section, we need to think about a few fundamentals. Specifically, how does the internet work and how can we transmit data (reasonably) securely over it? All the data available on […]
Posted In: Tutorials