Adding Encrypted Printer

Sebastian James sjames at wmltd.co.uk
Thu Apr 16 06:42:17 PDT 2009


Is

/usr/sbin/lpadmin -p rwssl4 -E -v "ipp://209.119.222.222:631/?encryption=always" -m raw

equivalent to:

/usr/sbin/lpadmin -p rwssl4 -E -v "https://209.119.222.222:631" -m raw

or is it a nicer (new) method of getting encryption without having to open a new cupsd port?

I ask because, in earlier versions of CUPS (e.g. 1.1.23) you have to set the receiving cupsd to listen on a particular port (say, 632) for SSL connections (using the SSLPort directive in cupsd.conf) and then do:

usr/sbin/lpadmin -p rwssl4 -E -v "https://209.119.222.222:632" -m raw

cheers,

Seb James

> See the documentation at:
>
>      http://www.cups.org/documentation.php/network.html
>
> Basically, add "?encryption=always" to the end of an IPP URI, e.g.:
>
>      /usr/sbin/lpadmin -p rwssl4 -E -v "ipp://209.119.222.222:631/?encryption=always
> " -m raw
>
> On Apr 15, 2009, at 10:00 AM, James Chase wrote:
>
> > I'm trying to add a printer that uses SSL encryption. When I run
> > this command I get the following error
> >
> > # /usr/sbin/lpadmin -p rwssl4 -E -v https://209.119.222.222:631 -m raw
> >
> > lpadmin: Bad device-uri "https://209.119.188.226:631"!
> >
> > How can you setup a printer for communication over SSL if not by
> > specifying https?
> > _______________________________________________
> > cups mailing list
> > cups at easysw.com
> > http://lists.easysw.com/mailman/listinfo/cups
>
> ____________________________________
> Michael R Sweet, Senior Printing System Engineer
>
>
>





More information about the cups mailing list