geek

Reverse proxy a domain to a Docker container on Synology NAS DSM

This is more to remind myself of how to do it — it may not be 100% complete, or exactly fit your needs! I’m going to assume that you have the Docker package installed, and a Docker container running on the Synology NAS, serving http content on a port that is not 80 or 443. …

Reverse proxy a domain to a Docker container on Synology NAS DSM Read More »

SSL Certificates in Python 3.6

Note to self: After installing Python 3.6 on your Mac, run /Applications/Python 3.6/Install Certificates.command so your SLL connections don’t fail. The error you might get, when this is the case, is:

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 …

SSL Certificates in Python 3.6 Read More »