DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43997>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=43997 Summary: Only issue "Init: SSL server IP/Port conflict" if certificates are different. Product: Apache httpd-2 Version: 2.2.6 Platform: All OS/Version: All Status: NEW Keywords: ErrorMessage Severity: minor Priority: P3 Component: mod_ssl AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] The httpd server currently issues a warning: [warn] Init: SSL server IP/port conflict: vhost1.example.domain:443 (/.../vhosts.conf:14) vs. vhost2.example.domain:443 (/.../vhosts.conf:71) This warning is only accurate if those two vhosts have differing SSL certificates. If they have the same one (i.e. a '*.example.domain' wildcard) this warning should be suppressed. To reproduce: 1) self-sign a certificate with CN=*.your.domain 2) setup two NameVirtualHosts on the same IP & port using that certificate & key 3) start httpd 4) check error_log -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
