https://bz.apache.org/bugzilla/show_bug.cgi?id=58007
--- Comment #3 from Fred Morris <[email protected]> --- Actual code in ssl_engine_kernel.c: if (strcasecmp(host, servername)) { ap_log_error(APLOG_MARK, APLOG_ERR, 0, r->server, APLOGNO(02032) "Hostname %s provided via SNI and hostname %s provided" " via HTTP are different", servername, host); return HTTP_BAD_REQUEST; Specifically the hostname provided via SNI has the trailing dot, the hostname provided via HTTP does not. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
