Re: SSL on Tomcat7 on AWS not connecting

2016-11-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 George, On 11/17/16 4:48 PM, George Chanady wrote: > Chris, > > I tried curl with the -tls1 switch and received the same error. > > [ec2-user@ip-172-31-52-159 bin]$ curl -vk > https://bageoconsultants.com:8443 -tls1 * Rebuilt URL to: >

RE: SSL on Tomcat7 on AWS not connecting

2016-11-17 Thread George Chanady
Hi Igor, I am too new at Linux to know if the output from this is bad, other than the first line. Not really sure what the rest is telling me. [ec2-user@ip-172-31-52-159 logs]$ tail -f catalina.out java.lang.IllegalArgumentException: Invalid character found in method name. HTTP method

RE: SSL on Tomcat7 on AWS not connecting

2016-11-17 Thread George Chanady
Chris, I tried curl with the -tls1 switch and received the same error. [ec2-user@ip-172-31-52-159 bin]$ curl -vk https://bageoconsultants.com:8443 -tls1 * Rebuilt URL to: https://bageoconsultants.com:8443/ * Trying 52.54.85.95... * Connected to bageoconsultants.com

Re: SSL on Tomcat7 on AWS not connecting

2016-11-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 George, On 11/16/16 12:38 PM, George Chanady wrote: > I hope someone can help.I have exhausted all my troubleshooting > skills and all of my newbie Linux knowledge and I am at the end of > my rope. > > All documentation from around the web always

Re: SSL on Tomcat7 on AWS not connecting

2016-11-16 Thread Igor Cicimov
On 17 Nov 2016 4:38 am, "George Chanady" wrote: > > I hope someone can help.I have exhausted all my troubleshooting skills and all of my newbie Linux knowledge and I am at the end of my rope. > > All documentation from around the web always seem to tell me to try everything I

SSL on Tomcat7 on AWS not connecting

2016-11-16 Thread George Chanady
I hope someone can help.I have exhausted all my troubleshooting skills and all of my newbie Linux knowledge and I am at the end of my rope. All documentation from around the web always seem to tell me to try everything I have already tried. I am sure that there must be a caveat that I am missing.