Re: [users@httpd] How to different SSLProtocol for each of the conf files

2017-07-25 Thread chetan jain
I tried it with the host port combination and somehow the web page does not come up at all, could not keep it that way for longer period to troubleshoot it as it was being used. --Chetan On Tue, Jul 25, 2017 at 6:21 AM, chetan jain wrote: > Thanks for the Reploy Luca. > > so i shall be listing

Re: [users@httpd] How to different SSLProtocol for each of the conf files

2017-07-25 Thread chetan jain
Thanks for the Reploy Luca. so i shall be listing all the possible IP:port in the virtualhost.conf file instead of just *:443 and that should make this work. Let me try this out. --Chetan On Tue, Jul 25, 2017 at 6:16 AM, Luca Toscano wrote: > As Eric pointed out earlier on: > > > The file nam

Re: [users@httpd] How to different SSLProtocol for each of the conf files

2017-07-25 Thread Luca Toscano
As Eric pointed out earlier on: > The file names don't matter very much. What matters is whether they > are separate IP:PORT based vhosts. If they're not, they can't have > separate SSL configurations. In all files you have and you use a different ServerName to differentiate. I am not a big expe

Re: [users@httpd] How to different SSLProtocol for each of the conf files

2017-07-25 Thread chetan jain
Hi Luca, I have uploaded the content : https://apaste.info/t5ez Please review. --Chetan On Tue, Jul 25, 2017 at 4:17 AM, Luca Toscano wrote: > Hi, > > we'd need to get your vhost configuration before helping further on, as > Eric mentioned you have probably some overlapping but it is very di

Re: [users@httpd] How to different SSLProtocol for each of the conf files

2017-07-25 Thread Luca Toscano
Hi, we'd need to get your vhost configuration before helping further on, as Eric mentioned you have probably some overlapping but it is very difficult to debug only from your description. If you can put your configuration in https://apaste.info/ it would be great, otherwise I'd suggest to reach ou

Re: [users@httpd] How to different SSLProtocol for each of the conf files

2017-07-24 Thread chetan jain
Hi All, Any more input on this? --Chetan On 21 Jul 2017 10:40 p.m., "chetan jain" wrote: > Hi Eric, > > Thanks for the reply. > We have a different server alias for each of the host, It does get > honoured that is how requests go to correct sites. > > It's just that something with the SSLProto

Re: [users@httpd] How to different SSLProtocol for each of the conf files

2017-07-21 Thread chetan jain
Hi Eric, Thanks for the reply. We have a different server alias for each of the host, It does get honoured that is how requests go to correct sites. It's just that something with the SSLProtocol, i read somewhere after googling that SSLProtocol are taken from the first virtual host which is loade

Re: [users@httpd] How to different SSLProtocol for each of the conf files

2017-07-21 Thread Eric Covener
On Fri, Jul 21, 2017 at 2:37 AM, chetan jain wrote: > Hi All, > > We have an Apache WebServer (2.2.15) setup on CentOS 6 where in httpd,conf > we have included conf.d/*.conf files which has configuration for all the > virtual hosts. > > In conf.d we have respective .conf file for each of the virtu