client.conf man page for CUPS.
Copyright © 2007-2019 by Apple Inc.
Copyright © 2006 by Easy Software Products.
Licensed under Apache License v2.0. See the file "LICENSE" for more
information.
Note: Starting with macOS 10.7, this file is only used by command-line and X11 applications plus the IPP backend. The ServerName directive is not supported on macOS at all. Starting with macOS 10.12, all applications can access these settings in the /Library/Preferences/org.cups.PrintingPrefs.plist file instead. See the NOTES section below for more information.
5 AllowAnyRoot Yes
5
AllowAnyRoot No
Specifies whether to allow TLS with certificates that have not been signed by a trusted Certificate Authority.
The default is "Yes".
#AllowExpiredCerts
5 AllowExpiredCerts Yes
5
AllowExpiredCerts No
Specifies whether to allow TLS with expired certificates.
The default is "No".
#DigestOptions
5 DigestOptions DenyMD5
5
DigestOptions None
Specifies HTTP Digest authentication options.
DenyMD5 disables support for the original MD5 hash algorithm.
#Encryption
5 Encryption IfRequested
5 Encryption Never
5
Encryption Required
Specifies the level of encryption that should be used.
#GSSServiceName
5
GSSServiceName name
Specifies the Kerberos service name that is used for authentication, typically "host", "http", or "ipp".
CUPS adds the remote hostname ("name@server.example.com") for you. The default name is "http".
#ServerName
5 ServerName hostname-or-ip-address[:port]
5 ServerName /domain/socket Specifies the address and optionally the port to use when connecting to the server. Note: This directive is not supported on macOS 10.7 or later.
5
ServerName hostname-or-ip-address[:port]/version=1.1
Specifies the address and optionally the port to use when connecting to a server running CUPS 1.3.12 and earlier.
#SSLOptions
5 SSLOptions [AllowDH] [AllowRC4] [AllowSSL3] [DenyCBC] [DenyTLS1.0] [MaxTLS1.0] [MaxTLS1.1] [MaxTLS1.2] [MaxTLS1.3] [MinTLS1.0] [MinTLS1.1] [MinTLS1.2] [MinTLS1.3]
5
SSLOptions None
Sets encryption options (only in /etc/cups/client.conf).
By default, CUPS only supports encryption using TLS v1.0 or higher using known secure cipher suites.
Security is reduced when Allow options are used.
Security is enhanced when Deny options are used.
The AllowDH option enables cipher suites using plain Diffie-Hellman key negotiation (not supported on systems using GNU TLS).
The AllowRC4 option enables the 128-bit RC4 cipher suites, which are required for some older clients.
The AllowSSL3 option enables SSL v3.0, which is required for some older clients that do not support TLS v1.0.
The DenyCBC option disables all CBC cipher suites.
The DenyTLS1.0 option disables TLS v1.0 support - this sets the minimum protocol version to TLS v1.1.
The MinTLS options set the minimum TLS version to support.
The MaxTLS options set the maximum TLS version to support.
Not all operating systems support TLS 1.3 at this time.
#TrustOnFirstUse
5 TrustOnFirstUse Yes
5
TrustOnFirstUse No
Specifies whether to trust new TLS certificates by default.
The default is "Yes".
#User
5
User name
Specifies the default user name to use for requests.
#UserAgentTokens
5 UserAgentTokens None
5 UserAgentTokens ProductOnly
5 UserAgentTokens Major
5 UserAgentTokens Minor
5 UserAgentTokens Minimal
5 UserAgentTokens OS
5
UserAgentTokens Full
Specifies what information is included in the User-Agent header of HTTP requests.
"None" disables the User-Agent header.
"ProductOnly" reports "CUPS".
"Major" reports "CUPS/major IPP/2".
"Minor" reports "CUPS/major.minor IPP/2.1".
"Minimal" reports "CUPS/major.minor.patch IPP/2.1".
"OS" reports "CUPS/major.minor.path (osname osversion) IPP/2.1".
"Full" reports "CUPS/major.minor.path (osname osversion; architecture) IPP/2.1".
The default is "Minimal".
#ValidateCerts
5 ValidateCerts Yes
5 ValidateCerts No Specifies whether to only allow TLS with certificates whose common name matches the hostname. The default is "No".
defaults write /Library/Preferences/org.cups.PrintingPrefs.plist Encryption Required defaults write /Library/Preferences/org.cups.PrintingPrefs.plist TrustOnFirstUse -bool NO defaults read /Library/Preferences/org.cups.PrintingPrefs.plist EncryptionOn Linux and other systems using GNU TLS, the /etc/cups/ssl/site.crl file, if present, provides a list of revoked X.509 certificates and is used when validating certificates.