Any solution for encyption problems with cups-1.2.x and Linux browsers?

Michael Sweet mike at easysw.com
Tue Jul 18 16:01:52 PDT 2006


Daniel Kasak wrote:
> Has anyone yet found a way around the issue where Firefox says it can't
> negotiate a common encryption method, when talking to a cups-1.2.x server?

You need to create a certificate and key; with OpenSSL you can use:

     openssl req -new -x509 -keyout /etc/cups/ssl/server.key \
         -out /etc/cups/ssl/server.crt -days 365 -nodes

The upcoming 1.2.2 release runs this command for you if the key and
certificate are missing.

-- 
______________________________________________________________________
Michael Sweet, Easy Software Products           mike at easysw dot com
Internet Printing and Publishing Software        http://www.easysw.com




More information about the cups mailing list