http://bugzilla.novell.com/show_bug.cgi?id=544188 User jsmeix@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=544188#c8 Johannes Meixner <jsmeix@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |lnussel@novell.com --- Comment #8 from Johannes Meixner <jsmeix@novell.com> 2009-10-06 03:19:00 MDT --- It works for me when I set in /etc/cups/cupsd.conf HostNameLookups On The default is Off to avoid the potential server performance problems with hostname lookups, see http://www.cups.org/documentation.php/doc-1.3/ref-cupsd-conf.html#HostNameLo... By default, i.e. when "HostNameLookups Off" the code in scheduler/client.c --------------------------------------------------------------------------- if (HostNameLookups) httpAddrLookup(&temp, con->servername, sizeof(con->servername)); else httpAddrString(&temp, con->servername, sizeof(con->servername)); --------------------------------------------------------------------------- does not do httpAddrLookup which would result the hostname but only httpAddrString which converts the IP to a numeric string which is then used for the redirect. Therefore from my point of view it works as intended and -a s far as I see - the only solution would be an autogenerated certificate which is valid both for <hostname.domain> and <IP.of.the.server>. Ludwig, do you know if it is possible to autogenerate a certificate which is valid both for <hostname.domain> and <IP.of.the.server>? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.