Re: SSL renegotiation

2012-07-18 Thread Jijo
you can enable using this directive SSLInsecureRenegotiation please refer http://httpd.apache.org/docs/2.2/mod/mod_ssl.html#sslinsecurerenegotiation documentation. On Mon, Jul 16, 2012 at 11:37 AM, Sebastian Raymond wrote: > Hello, > > I was investigating the SSL renegotiation in Openssl. > > W

reject client hello

2012-07-17 Thread Jijo
Hi All, I would like to reject if the client hello doesn't contain secure renegotiation info(RFC 5746). I could close the ssl connection after it established. As per the RFC 5746 section 4.3 server shall terminate the connection immediately upon failure to negotiate the use of secure renegotia

Re: Intermediate CA

2011-01-13 Thread Jijo
chain? is it rootCA and IntermediateCA combined in a pem file?. Thanks Jijo On Thu, Jan 13, 2011 at 9:39 AM, David Schwartz wrote: > On 1/12/2011 3:19 PM, Jijo wrote: > >> Hi All, >> >> I hope this a basic question for you guys.. >> >> I'm trying to

Intermediate CA

2011-01-12 Thread Jijo
x27;t see this error if i use intermediateCA as CA in Client Am i supposed to use intermediateCA as CA in Client? Please let me know how it shall be used.. Thanks in advance.. Jijo