I’ve been doing a sort of movie scavenger hunt the past month called HoopTober, which has several “quick easy” rules; different categories and directors and such that you have to find horror films to fit into. The event is named after Tobe Hooper, probably most well known as director of The Texas Chainsaw […]
Python 3.6 no longer links to the macOS-supplied SSL libraries and now includes its own copy of OpenSSL, but it doesn’t automatically install the root certificates needed to validate connections. It seems the Python 3.6 installer warns you about this during the install, but it’s easy to miss. It’s also in the README, and there’s a behavior bug for Python suggesting that it get installed automatically. Thanks to this Stack Overflow post for the help.
This is on a network where I have no option of adding another public IP.
#1 is already up and running fine.
#2 is the hard part, mainly because I’m running macOS Server.app on #1, and the proxy setup does not seem to be the relatively straight-forward Apache one. Server has […]
I have had a hell of a time finding a way to install a Let’s Encrypt certificate on macOS Server the Right Way™, due to how Server customizes the Apache config in weird and annoying ways.
For the moment, I am going to use this way to “trick” certbot into issuing the cert to a […]