how-to-build-a-tcp-proxy
how-to-build-a-tcp-proxy copied to clipboard
The code for my blog post series on building a TCP proxy
Fix for newer versions of ssl there was an error: ca md too weak
Sometimes this tls proxy works as it should but sometimes it gives this kind of error, is there way to specially craft the cert so that the serial number would...
Hi! i am implementing this code. I've a issue with line 92 netifaces, it call this function local_ip = _get_local_ip(IFACE) but when i run the code i get the next...