Squid configuration manual

Reference manual for squid's configuraiton directives

View the Project on GitHub

Index Alphabetical Index

Option Name:

https_port

Suggested Config:


Details:

Usage:  [ip:]port [mode] tls-cert=certificate.pem [options]

The socket address where Squid will listen for client requests made
over TLS or SSL connections. Commonly referred to as HTTPS.

This is most useful for situations where you are running squid in
accelerator mode and you want to do the TLS work at the accelerator
level.

You may specify multiple socket addresses on multiple lines,
each with their own certificate and/or options.

The tls-cert= option is mandatory on HTTPS ports.

See http_port for a list of modes and options.
Not all http_port options are available for https_port.
Among the unavalable options:
- require-proxy-header
Index Alphabetical Index