On Mon, Apr 18, 2016 at 10:47 AM, Виталий Фадеев <rus....@gmail.com> wrote: > Hello! > We want to show different page for users that come with SSL3 or TLS/1.0 > Is this possible? > For example, by creating two virtual servers with different > SSLProtocols. DirectoryRoot, and the same ServerName?
I don't think that will work, because the SSL Handshake runs only once. If you set SSLOptions StdEnvVars, you should be able to select/alter content based on the SSL_PROTOCOL variable. https://httpd.apache.org/docs/2.4/mod/mod_ssl.html#envvars rainer --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org