cupsEncryption

Name

cupsEncryption -- Get the default encryption settings.

Synopsis

#include <cups/cups.h>

http_encryption_t cupsEncryption(void);

Description

Get the default encryption settings.

The default encryption setting comes from the CUPS_ENCRYPTION environment variable, then the ~/.cupsrc file, and finally the /etc/cups/client.conf file. If not set, the default is HTTP_ENCRYPT_IF_REQUESTED.

Return Value

Encryption settings