Allow connections to only a specific URL via HTTPS with iptables, -m recent (potentially) and -m string (definitely)
- by The Consumer
Hello,
Let's say that, for example, I want to allow connections only to subdomain.mydomain.com; I have it partially working, but it sometimes gets in a freaky loop with the client key exchange once the Client Hello is allowed. Ah, to make it even more annoying, it's a self-signed certificate, and the page requires authentication, and HTTPS is…