SSL Encryption

Michael Sweet mike at easysw.com
Tue May 16 07:02:15 PDT 2006


Michael De Vlaminck wrote:
> Hello,
> 
> I'm trying to set up cups to use encryption.
> I've inserted the following lines in cupsd.conf:
> 
> # encryption
> ServerCertificate /etc/cups/ssl/cert.pem
> ServerKey /etc/cups/ssl/key.pem
> SSLPort 443
> SSLListen 192.168.13.0:443
> <Location />
> <snip>
> Encryption Required
> </Location>
> 
> When I restart cupsd and try to go to the web interface I get a 'connection refused' error. When I check /var/log/cups/error_log I see the following line:
> StartListening: Unable to bind socket for address c0a80d00:443 - Address already in use.
> 
> Can anyone help me getting this problem fixed?

Remove the "SSLListen 192.168.13.0:443" line - you only need SSLPort.

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




More information about the cups mailing list