Adding HTTPS with a Private Certificate and Client Verification for Internal APIs
This article explains how to add a self-signed certificate to a private API and verify that the client is genuine.
This article explains how to add a self-signed certificate to a private API and verify that the client is genuine.
I wanted HTTPS for my GitHub Pages blog. CloudFlare helped, but browsers still complained about the certificate. GitHub Pages only supported HTTPS on the default github.io
domain at the time (custom domains are supported now), so I moved to GitLab Pages, which lets you upload your own cert.
My blog runs on Hexo.
Decorators let you wrap extra behavior around a function without touching its source.
A grab bag of small issues I ran into recently.
Dash is a popular API browser on macOS. Alternatives on Windows include Zeal and Velocity.
In one of my recent apps a long-running web request blocked the UI, so I wanted a status bar message to show what the background task was doing.