https://bz.apache.org/bugzilla/show_bug.cgi?id=69743
--- Comment #10 from paolo <[email protected]> --- Thanks for your answers, but something is still weird. I have this configuration: Listen 0.0.0.0:44300 <VirtualHost 0.0.0.0:44300> ServerName test1.domain1:44300 .... SSLCertificateFile .../test1.domain1.pem ... </VirtualHost> <VirtualHost 0.0.0.0:44300> ServerName test2.domain2:44300 ... SSLCertificateFile .../test2.domain2.pem ... </VirtualHost> If I make a request setting the Host header 'Host: test1.domain1' or even 'Host: does.not.exists', then the request passes, but if I set the Host-header to 'Host: test2.domain2' the requests gets blocked. This is somehow inconsistent and the 'Host: test2.domain2' should pass as well IMHO....but maybe I missunderstood something. I used httest for testing (which does not support SNI): CLIENT _REQ localhost SSL:44300 __GET / HTTP/1.1 __TransferId: $getTransferId() __User-Agent: htt __Host: test2.domain2 __ _EXPECT headers "!421" _WAIT _CLOSE END -- 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]
