I need to filter HTTPS traffic based on the certificate of the destination server. Only traffic to servers which have a certain certificate should be allowed, other traffic needs to be blocked. The proxy must be transparent. How can this be achieved? Is squid 3.5+ peek and splice an option? If yes, are there instructions for this task?
Edit: the proxy should be passive. Are there tutorials or instructions how my requirement can be done using a passive proxy?