Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Does Squid support SSL/HTTPS/TLS?

HTTPS Squid SSL support TLS
0
10 Posted

Does Squid support SSL/HTTPS/TLS?

0

As of version 2.5, Squid can terminate SSL connections. This is perhaps only useful in a surrogate (http accelerator) configuration. You must run configure with –enable-ssl. See https_port in squid.conf for more information.

0

As of version 2.5, Squid can terminate SSL connections. This is perhaps only useful in a surrogate (http accelerator) con guration. You must run con gure with enable-ssl. See https_port in squid.conf for more information. Squid also supports these encrypted protocols by tunelling tra c between clients and servers. In this case, Squid can relay the encrypted bits between a client and a server. Normally, when your browser comes across an https URL, it does one of two things: 1. The browser opens an SSL connection directly to the origin server. 2. The browser tunnels the request through Squid with the CONNECT request method. The CONNECT method is a way to tunnel any kind of connection through an HTTP proxy. The proxy doesn’t understand or interpret the contents. It just passes bytes back and forth between the client and server. For the gory details on tunnelling and the CONNECT method, please see RFC 2817 ftp://ftp.isi.edu/in-notes/rfc2817.

0

As of version 2.5, Squid can terminate SSL connections. This is perhaps only useful in a surrogate (http accelerator) configuration. You must run configure with –enable-ssl. See https_port in squid.conf for more information. Squid also supports these encrypted protocols by “tunelling” traffic between clients and servers. In this case, Squid can relay the encrypted bits between a client and a server. Normally, when your browser comes across an https URL, it does one of two things: • The browser opens an SSL connection directly to the origin server. • The browser tunnels the request through Squid with the CONNECT request method. The CONNECT method is a way to tunnel any kind of connection through an HTTP proxy. The proxy doesn’t understand or interpret the contents. It just passes bytes back and forth between the client and server. For the gory details on tunnelling and the CONNECT method, please see RFC 2817 and Tunneling TCP based protocols through Web proxy servers (expired).

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123