Tuesday, November 24, 2020

Secure HTTPS Cache and Proxy

I have been tasked with creating a secure HTTPS Proxy and Cache Server on an Ubuntu 18.01 machine. The server needs to establish an independent path to the target web server and then compare the retrieved certificate against the certificate retrieved in the normal route of accessing this web server, in order to detect whether the traffic in the normal route has been intercepted by a malicious man-in-the-middle.

I am thinking of installing and configuring a squid server, but this does not feel like the server is complete. Are there any other tools and packages I need to utilise? I need help to plan this out please.



No comments:

Post a Comment