Re: [Dev] Can we configure additional SSL configurations in NIOSSL Listener/Sender

2013-06-13 Thread Asela Pathberiya
Thanks... Actually i was looking for following whether protocol (TLS) that is passed to SSLContext is configurable via axis2.xml.. i guess not. SSLContext sslcontext = SSLContext.getInstance(TLS); Thanks, Asela. On Thu, Jun 13, 2013 at 10:25 AM, Jeewantha Dharmaparakrama

[Dev] Can we configure additional SSL configurations in NIOSSL Listener/Sender

2013-06-12 Thread Asela Pathberiya
Hi All, According to the NIOSSL listener/sender configuration in axis2.xml, we are supporting some parameters to configure. Are these only configurations that are supported by implementations? Or Can not we add new configurations to it? (such as sslProtocol that is supported by tomcat config)

Re: [Dev] Can we configure additional SSL configurations in NIOSSL Listener/Sender

2013-06-12 Thread Jeewantha Dharmaparakrama
Hi Asela, We can add new configurations to it. I guess this answers your question. See how the parameters HostNameVerifier and CertificateRevocationVerifire are used in[1] final Parameter hvp = transportOut.getParameter(HostnameVerifier); final String hvs = hvp != null ?