[cups.general] How can I switch CUPS to port :443?

Gary Algier gaa at ulticom.com
Tue Jul 17 05:15:15 PDT 2012



On 07/17/12 07:20, Michelle Konzack wrote:
> I have MANY peoples using my printers, and I do not want to educate  all
> of them to use some portnumbers and have to remember it...
>
> So, how can I set cups AGAIN to use only https on port :443?
Is this the user web interface or do you want to reconfigure all the client 
software to use 443?  I don't even know if you could make some of them do that.

I have Apache running on my CUPS server and I have it redirect from port 80 to 
the CUPS interface.

I put the following at the bottom of /etc/httpd/conf/httpd.conf :
<VirtualHost *:80>
     ServerAdmin nobody at ulticom.com
     ServerName print.ulticom.com
     Redirect    /       https://print.ulticom.com:631/
</VirtualHost>



>
> The cert looks fine:
>
[snip]
-- 
Gary Algier, WB2FWZ          gaa at ulticom.com             +1 856 787 2758
Ulticom Inc., 1020 Briggs Rd, Mt. Laurel, NJ 08054      Fax:+1 856 866 2033

Nielsen's First Law of Computer Manuals:
     People don't read documentation voluntarily.






More information about the cups mailing list