Re: New to SSL - debugging tomcat

2016-12-21 Thread Peter Wallis
Hi Christopher, so it seems I have done something exceptional :-) Thanks for taking a look... Keystore type: JKS Keystore provider: SUN Your keystore contains 2 entries Alias name: gandi Creation date: 21-Dec-2016 Entry type: trustedCertEntry Owner: CN=Gandi Standard SSL CA 2, O=Gandi,

Re: New to SSL - debugging tomcat

2016-12-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Peter, On 12/21/16 4:22 AM, Peter Wallis wrote: > Hi all, I have tomcat 8.0.39 running on a raspberry pi (easy) and > thought I'd try setting it up to provide "skills" for the Amazon > Echo Alexa service. This requires a url which "presents"

Fw(5): rameau rameau1982

2016-12-21 Thread rameau rameau1982
Unable to display full message. You can view it by clicking here Wed, 21 Dec 2016 20:56:42 + Mail error code: snvht

Re: New to SSL - debugging tomcat

2016-12-21 Thread Peter Wallis
using -Djavax.net.debug=all ... what am I expecting to happen? The only action I get is the line (which happens normally) - - "HEAD / HTTP/1.1" 200 - in my connector's access log. On 21 December 2016 at 14:53, Peter Wallis wrote: > Hi Hassan, > yes, but ... that says

Re: New to SSL - debugging tomcat

2016-12-21 Thread Peter Wallis
Hi Hassan, yes, but ... that says nothing about the key format (pem vs der? SHA1/SHA2) and there is an awful lot of actually conflicting instructions out there. It took a while to realise that the private key is "in" the keystore, and that recreating the keystore means you have to start again

Re: New to SSL - debugging tomcat

2016-12-21 Thread Hassan Schroeder
On Wed, Dec 21, 2016 at 1:22 AM, Peter Wallis wrote: > Can someone point me to the official how-to debug ssl issues on tomcat? Did you follow the steps in this documentation? http://tomcat.apache.org/tomcat-8.0-doc/ssl-howto.html -- Hassan Schroeder

Re: ERR_SPDY_COMPRESSION_ERROR (http2)

2016-12-21 Thread Durga Srinivasu Karuturi
Hi, We are stuck with this issue. Is this locally reproducible with sample web-app? Thanks, Durga Srinvasu On Tue, Dec 20, 2016 at 11:26 AM, Durga Srinivasu Karuturi < durgasriniv...@gmail.com> wrote: > Its ~5MB file (ROOT app tar bundle). > > I hope the information, which i have shared so

New to SSL - debugging tomcat

2016-12-21 Thread Peter Wallis
Hi all, I have tomcat 8.0.39 running on a raspberry pi (easy) and thought I'd try setting it up to provide "skills" for the Amazon Echo Alexa service. This requires a url which "presents" either a signed certificate, or a self-signed certificate. Using fiirefox to check, I believe I got it