Commit 51981556 authored by Stefan Eissing's avatar Stefan Eissing
Browse files

merged 1703871 by Yann for SNI misdirect handling

parent 4b6dfd4f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -845,6 +845,11 @@ int ssl_hook_Access(request_rec *r)
                r->connection->keepalive = AP_CONN_CLOSE;
                return HTTP_FORBIDDEN;
            }

            /* Full renegotiation successfull, we now have handshaken with
             * this server's parameters.
             */
            sslconn->server = r->server;
        }

        /*