-
Enable SSL on your web server using Let’s Encrypt and Certbot
-
Setting up Reposado on a Mac
-
Using https / self-signed certificates and basic authentication with Munki
-
Fixing Apache after upgrading to El Capitan
I’m not sure how many people are running Apache on non-server Mac OS X, but if you are and upgrade from Yosemite to El Capitan, you’ll get some breakage. The breakage won’t be as bad as upgrading from 10.10.4 to 10.10.5 was. Apache generally will still work (as in the server will server up files…
-
Fix for Mac OS X 10.10.5 breaking Apache
Problem If you have SSL enabled on an Apache server running on Mac OS X, you may have found that upgrading to 10.10.5 breaks your site, and your users cannot connect either via http or https. It turns out the update moves the certs and keys to a new folder, so references to those certs…
-
Enabling https for Apache server on Yosemite
I found a bunch of different instructions, but these are the instructions that actually worked for me (regular Mac running Apache server) to get https working (self-signed certificate, so you will get the certificate warning from your web browser): Step 1 Self-signed SSL Certificate on Mac Yosemite Step 2 Enable HTTPS in Apache on Mac…