How can I make my proxy server intercept and forward https trrafic too and can I block https websites too (like youtube.com)
I am working on a http proxy in Python with blocking websites functionality and logging. It works fine but it works only with http and not with https. I try it to make it work with the ssl library and creating a self signed key with openssl but no luck. I don’t know how to go about it.