SSL Encryption

Michael Sweet mike at easysw.com
Tue May 16 08:28:36 PDT 2006


Anonymous wrote:
>> 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.
>>
> 
> I removed the SSLListen line but now I get this error message:
> 
> Upgrade Required
> An upgrade to a secure connection is required. If you are seeing this message in a web browser then it does not support HTTP encryption upgrades.

Use "https://servername" as the URL...

-- 
______________________________________________________________________
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