I am attempting to set up more than one subdomain on :443 in this example. so something like sslv3.example.com:443 responds with SSLv3 only tlsv1.example.com:443 responds with TLSv1.0 only ...
I wasn't aware that could be achieved using the ServerName directive. The underlying IP/interface should be the same for all subdomains, but each subdomain responds by accepting only a single SSLProtocol. Does that make sense? Thanks, Karl ---------------------------------------- > Date: Tue, 16 Jun 2015 16:08:36 -0400 > From: [email protected] > To: [email protected] > Subject: Re: [users@httpd] VirtualHosts, SSLProtocol, and SSLCipherSuite > > On Tue, Jun 16, 2015 at 1:57 PM, karl karloff <[email protected]> wrote: >> <VirtualHost sslv3.example.com:443> > > AIUI This VH style is not used much and could be contributing. If you > don't care what underlying interface/IP is used, use *:443 and > ServerName inside. Otherwise, use the local interface address/IP and > ServerName inside. > > > -- > Eric Covener > [email protected] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
