Squid 配置指令 https_port
可用版本:
此指令在 Squid 的 v8 版本中不可用。
对于 v5 之前的旧版本,请参阅以上链接页面。
配置详情
| 选项名称 | https_port |
|---|---|
| 替代 | |
| 要求 | --with-gnutls 或 --with-openssl |
| 默认值 | none |
| 建议配置 |
|
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. |
|
