Re: intermittent connectivity failure under ssl

2018-03-09 Thread Mark Thomas
On 09/03/18 20:18, Alex O'Ree wrote: > I'll see what I can cook up. It'll be a complete tomcat setup and it was > reproducible with just a hello world jsp file + test ssl certs and configs. > Using any browser or java client connecting to tomcat. Page reloads are > intermittently failing. Where's

Re: intermittent connectivity failure under ssl

2018-03-09 Thread Alex O'Ree
I'll see what I can cook up. It'll be a complete tomcat setup and it was reproducible with just a hello world jsp file + test ssl certs and configs. Using any browser or java client connecting to tomcat. Page reloads are intermittently failing. Where's the best place to dump this? And obviously,

Re: intermittent connectivity failure under ssl

2018-03-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Alex, On 3/9/18 2:50 PM, Mark Thomas wrote: > On 09/03/18 19:39, Alex O'Ree wrote: >> So I believe i have a resolution for this issue (still >> undergoing additional testing). I hate SSL by the way. After >> exhaustive scanning of the

Re: intermittent connectivity failure under ssl

2018-03-09 Thread Mark Thomas
On 09/03/18 19:39, Alex O'Ree wrote: > So I believe i have a resolution for this issue (still undergoing > additional testing). I hate SSL by the way. After exhaustive scanning of > the java.net.debug logs i came up with nothing. 0 hints to the problem. I > tried with browsers and java http

Re: intermittent connectivity failure under ssl

2018-03-09 Thread Alex O'Ree
So I believe i have a resolution for this issue (still undergoing additional testing). I hate SSL by the way. After exhaustive scanning of the java.net.debug logs i came up with nothing. 0 hints to the problem. I tried with browsers and java http clients and all of them ended with a socket

Re: intermittent connectivity failure under ssl

2018-03-05 Thread Alex O'Ree
thanks. what else could be cause this? Chrome says error empty response frequently On Mon, Mar 5, 2018 at 9:27 AM, Rémy Maucherat wrote: > On Mon, Mar 5, 2018 at 2:59 PM, Alex O'Ree wrote: > > > I may be on to something. I found at a coderanch something

Re: intermittent connectivity failure under ssl

2018-03-05 Thread Rémy Maucherat
On Mon, Mar 5, 2018 at 2:59 PM, Alex O'Ree wrote: > I may be on to something. I found at a coderanch something that was > related. I'm using a class that extends Http11NioProtocol to provide > encryption support for the keystore passwords. I was setting the xml > attribute

Re: intermittent connectivity failure under ssl

2018-03-05 Thread Alex O'Ree
I may be on to something. I found at a coderanch something that was related. I'm using a class that extends Http11NioProtocol to provide encryption support for the keystore passwords. I was setting the xml attribute in server.xml/Connector@protocol = the class name of the extended class. This may

Re: intermittent connectivity failure under ssl

2018-03-02 Thread Alex O'Ree
Remy, what more information would you like? Any more info on the issue that you are referencing? On Fri, Mar 2, 2018 at 10:56 AM, Rémy Maucherat wrote: > On Fri, Mar 2, 2018 at 4:19 PM, Alex O'Ree wrote: > > > Ran into a strange problem, not too sure what

Re: intermittent connectivity failure under ssl

2018-03-02 Thread Rémy Maucherat
On Fri, Mar 2, 2018 at 4:19 PM, Alex O'Ree wrote: > Ran into a strange problem, not too sure what the problem is. Basically, > I'm getting intermittent connectivity from a http client to tomcat but only > through SSL using the Http11NioProtocol. Some http requests go

intermittent connectivity failure under ssl

2018-03-02 Thread Alex O'Ree
Ran into a strange problem, not too sure what the problem is. Basically, I'm getting intermittent connectivity from a http client to tomcat but only through SSL using the Http11NioProtocol. Some http requests go through, others fail with the stack trace below. Usually, restarting tomcat fixes it,