> On 10 Apr 2018, at 07:31, Rajesh Cherukuri <[email protected]> wrote: > > HI > > I am looking for some help in configuring a forward proxy , the proxy has to > listing on HTTPS port , clients needs to.connect. to proxy using https .and > below is how i wanted this to work ,
This won’t work. Your intended proxy is a “man in the middle” attack. Clients will see that its certificate doesn’t match the domain they’re visiting, and rightly refuse to make an SSL connection that’s being eavesdropped. — Nick Kew --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
