[users@httpd] client side certificate authentication

2013-12-16 Thread Kumar Bijayant
Hello List, I am struggling to understand the concept of client side authentication enabled in SSL apache. I have been reading the posts, google pages but still clueless. What I could understand till now is 3 configuration parameter is required SSLVerifyClient SSLVerifyDepth SSLCACertificate Fil

Re: [users@httpd] Number of concurrent connections to apache

2013-12-09 Thread Kumar Bijayant
nnections-or-which-ports-are-openlistening-linux > > > On Fri, Dec 6, 2013 at 3:01 PM, Kumar Bijayant wrote: > >> Hello All, >> >> The below setting is configured in one of our apache webserver >> >> ServerLimit 600 >> StartServers

[users@httpd] Number of concurrent connections to apache

2013-12-06 Thread Kumar Bijayant
Hello All, The below setting is configured in one of our apache webserver ServerLimit 600 StartServers 5 MinSpareServers 5 MaxSpareServers 15 MaxClients 600 There are 2 virtual servers are hosted on this instance. So as per my understanding this m

[users@httpd] [Solved]Re: [users@httpd] Certificate mismatch error

2013-03-01 Thread Kumar Bijayant
the issue is not resolved !! > > *ORA-06512: at "SYS.UTL_HTTP", line 1029* > *ORA-29024: Certificate validation failure (-29273)* > * > * > *Thanks & Regards,* > *BIjayant Kumar* > > > On Tue, Feb 26, 2013 at 7:49 PM, Kumar Bijayant wrote: > > The

Re: [users@httpd] Certificate mismatch error

2013-02-26 Thread Kumar Bijayant
Just got an update from client that after importing the intermediate cert also, the issue is not resolved !! *ORA-06512: at "SYS.UTL_HTTP", line 1029* *ORA-29024: Certificate validation failure (-29273)* * * *Thanks & Regards,* *BIjayant Kumar* On Tue, Feb 26, 2013 at 7:49 PM,

Re: [users@httpd] Certificate mismatch error

2013-02-26 Thread Kumar Bijayant
The certificate is installed by third party (trust center). I think the same and asked them to check and install if it is not there. Just waiting for their reply now. Thanks for your help so far! Thanks & Regards, Bijayant Kumar On Tue, Feb 26, 2013 at 5:47 PM, Edward Quick wrote: > Is your ce

Re: [users@httpd] Certificate mismatch error

2013-02-26 Thread Kumar Bijayant
Hi Edward, I just renewed the server certificate on the Apache webserver. Oracle DB is not in our scope, that was the message from client. Thanks, Bijayant Kumar On Mon, Feb 25, 2013 at 7:31 PM, Edward Quick wrote: > Could you clarify, when you say : > > The Certificate was installed into a Wa

Re: [users@httpd] Certificate mismatch error

2013-02-25 Thread Kumar Bijayant
Hi Edward, Yes, the intermediate certs have been set up on the Apache server. By any chance you know what else information can I ask from client to pin point their/DB problem? Thanks & Regards, Bijayant Kumar On Sun, Feb 24, 2013 at 2:16 PM, Edward Quick wrote: > Hi Bijayant, > > You don't ne

[users@httpd] Certificate mismatch error

2013-02-23 Thread Kumar Bijayant
Hello List, I have an issue to connect SSL enabled site to Oracle database server. Let me explain you with an example here. My website name is abc.com and it has another name as well say xyz.com and that is listed in additional DNS name field of certificates. Primary name is abc.com only. Now cl

[users@httpd] HTTP methods vulnerabilities

2012-08-17 Thread Kumar Bijayant
Hi List, Some days back I came across a very weired problem, and I am not able to figure out. The security scanners scanned one of our public facing website and they said that webserver is vulnerable to HTTP methods or may be webdav is enabled. I looked around the code and couln't find anything. B