tls-3----Page:4
1  2  3  4  5  6 

TLS connect walkthrough
Client connects with TLS and send Request to proxy.
Proxy Connects with TLS to server and get server side certificate.
Proxy responds to request with 470 (Connection Authorization Required), and include certificate.
Client checks certificate, and accepts it by including a hash of the certificate and proxy URI in the Accept-Credentials header and resend the request.
Proxy matches hash with connection and forwards request in TLS.
Server
Proxy
Client
1.
2.
3.
4.
5.
PPT Version