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: covener@xxxxxxxxx > To: users@xxxxxxxxxxxxxxxx > Subject: Re: VirtualHosts, SSLProtocol, and SSLCipherSuite > > On Tue, Jun 16, 2015 at 1:57 PM, karl karloff <karlkarloff@xxxxxxxxxxx> 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 > covener@xxxxxxxxx > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx > For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx