git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10959
7a7537e8-13f0-0310-91df-
b6672ffda945
- The configure script now prefers Clang over GCC.
- Fixed a compile problem on AIX (STR #4307)
+ - Printing using "ipps" URIs was not encrypted.
- Insecure ICC profiles prevented installation of user profiles for a
printer on OS X.
- Added more USB quirks for the libusb-based backend (STR #4311)
if (!port)
port = IPP_PORT; /* Default to port 631 */
- if (!strcmp(scheme, "https"))
+ if (!strcmp(scheme, "https") || !strcmp(scheme, "ipps"))
cupsSetEncryption(HTTP_ENCRYPT_ALWAYS);
else
cupsSetEncryption(HTTP_ENCRYPT_IF_REQUESTED);