Re: SSL connection

2013-12-02 Thread Oleg Kalnichevski
...@ok2consulting.com] Enviado el: jueves, 28 de noviembre de 2013 22:12 Para: HttpClient User Discussion Asunto: Re: SSL connection On Thu, 2013-11-28 at 20:11 +0100, Joan Balagueró wrote: Hello Oleg, Thanks. I've been seeing some HttpClient samples. Some of them set the trustStore/keyStore

RE: SSL connection

2013-12-02 Thread Joan Balagueró
diciembre de 2013 10:36 Para: HttpClient User Discussion Asunto: Re: SSL connection On Sat, 2013-11-30 at 23:52 +0100, Joan Balagueró wrote: Hello Oleg, Thanks for you help. Everything works fine now. Just one more question: when I shutdown Tomcat, I see this message in catalina.out (ssl debug

Re: SSL connection

2013-12-02 Thread Oleg Kalnichevski
Asunto: Re: SSL connection On Sat, 2013-11-30 at 23:52 +0100, Joan Balagueró wrote: Hello Oleg, Thanks for you help. Everything works fine now. Just one more question: when I shutdown Tomcat, I see this message in catalina.out (ssl debug enabled): main, called close() main

RE: SSL connection

2013-12-02 Thread Joan Balagueró
tomcat guys also say that they don't print these messages, and me neither). Anyway, thanks, Joan. -Mensaje original- De: Oleg Kalnichevski [mailto:ol...@apache.org] Enviado el: lunes, 2 de diciembre de 2013 16:12 Para: HttpClient User Discussion Asunto: Re: SSL connection On Mon

RE: SSL connection

2013-12-02 Thread Oleg Kalnichevski
Discussion Asunto: Re: SSL connection On Mon, 2013-12-02 at 11:16 +0100, Joan Balagueró wrote: Oleg, I close the connection pool by using this.objHttp.getConnectionManager().shutdown(); About the expired connections, I have an idleConnectionsHandler that every 5 seconds removes expired

RE: SSL connection

2013-12-02 Thread Joan Balagueró
...@gmail.com] Enviado el: lunes, 2 de diciembre de 2013 19:40 Para: HttpClient User Discussion Asunto: Re: SSL connection Hi. That's why I though this was something related to Http pool, as if the connections were not expired. But if you say that you don't print these messages, then I am

Re: SSL connection

2013-11-28 Thread Oleg Kalnichevski
On Wed, 2013-11-27 at 19:24 +0100, Joan Balagueró wrote: Hello, I have an application (servlet running on tomcat) that must send a https request to a server that requires client authentication. Tomcat has correctly installed the truststore and keystore. But I understand that

Re: SSL connection

2013-11-28 Thread Grigoriy A. Polyakov
public GPSSL() { String URLs = https://myserver.doamin.kz;; URL url = new URL(URLs); con = (HttpsURLConnection) url.openConnection(); con.setSSLSocketFactory(getFactory(new File(key/keys.p12), 1234)); Authenticator.setDefault(new MyAuthenticator());

RE: SSL connection

2013-11-28 Thread Joan Balagueró
Discussion Asunto: Re: SSL connection On Wed, 2013-11-27 at 19:24 +0100, Joan Balagueró wrote: Hello, I have an application (servlet running on tomcat) that must send a https request to a server that requires client authentication. Tomcat has correctly installed the truststore

Re: SSL connection

2013-11-28 Thread Oleg Kalnichevski
Para: HttpClient User Discussion Asunto: Re: SSL connection On Wed, 2013-11-27 at 19:24 +0100, Joan Balagueró wrote: Hello, I have an application (servlet running on tomcat) that must send a https request to a server that requires client authentication. Tomcat has

Re: SSL connection

2013-11-28 Thread Oleg Kalnichevski
On Thu, 2013-11-28 at 22:12 +0100, Oleg Kalnichevski wrote: On Thu, 2013-11-28 at 20:11 +0100, Joan Balagueró wrote: .. Furthermore, when using SSLContext we need to create an instance using the secure socket protocol. Is there any way to accept all secure protocols? I am not sure what

Re: SSL connection with client certificate authentication closing randomly

2011-04-01 Thread Pololang
Hello Mike, we have been running into the same issue, but with HttpClient 4.1.1. Did you find a solution ? Regards, Florent -- View this message in context: http://old.nabble.com/SSL-connection-with-client-certificate-authentication-closing-randomly-tp30762412p31293233.html Sent from the

Re: SSL connection with client certificate authentication closing randomly

2011-01-25 Thread Michael Lam
I forgot to mention that I am using HttpClient 3.1. On Tue, Jan 25, 2011 at 2:07 PM, Michael Lam lammg0...@gmail.com wrote: Hi all, We have been running into an issue lately where our client certificate authenticated SSL connections are randomly closing with a TLS alert