Re: Can't make SSL work on Tomcat7 on Ubuntu Server 14.04

2015-01-15 Thread Alexandre Lima
On 14 January 2015 at 17:11, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Alexandre, > > On 1/14/15 2:15 PM, Alexandre Lima wrote: > > On 14 January 2015 at 15:59, Christopher Schultz < > > ch...@christopherschultz.net> wrote: >

Re: Can't make SSL work on Tomcat7 on Ubuntu Server 14.04

2015-01-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Alexandre, On 1/14/15 2:15 PM, Alexandre Lima wrote: > On 14 January 2015 at 15:59, Christopher Schultz < > ch...@christopherschultz.net> wrote: > > Alexandre, > > On 1/14/15 1:18 PM, Alexandre Lima wrote: On 13 January 2015 at 18:20, Christ

Re: Can't make SSL work on Tomcat7 on Ubuntu Server 14.04

2015-01-14 Thread Alexandre Lima
On 14 January 2015 at 15:56, Sanaullah wrote: > > > protocol="org.apache.coyote. > http11.Http11Protocol" > > SSLEnabled="true" maxThreads="200" scheme="https" > > secure="true" keystoreFile="/home/myuser/key.keystore" > > keystorePass="mypass" clientAuth="false" sslProt

Re: Can't make SSL work on Tomcat7 on Ubuntu Server 14.04

2015-01-14 Thread Alexandre Lima
On 14 January 2015 at 15:59, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Alexandre, > > On 1/14/15 1:18 PM, Alexandre Lima wrote: > > On 13 January 2015 at 18:20, Christopher Schultz < > > ch...@christopherschultz.net> wrote: >

Re: Can't make SSL work on Tomcat7 on Ubuntu Server 14.04

2015-01-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Alexandre, On 1/14/15 1:18 PM, Alexandre Lima wrote: > On 13 January 2015 at 18:20, Christopher Schultz < > ch...@christopherschultz.net> wrote: > > Alexandre, > > On 1/13/15 2:41 PM, Alexandre Lima wrote: On 13 January 2015 at 16:11, Christ

Re: Can't make SSL work on Tomcat7 on Ubuntu Server 14.04

2015-01-14 Thread Sanaullah
> protocol="org.apache.coyote. http11.Http11Protocol" > SSLEnabled="true" maxThreads="200" scheme="https" > secure="true" keystoreFile="/home/myuser/key.keystore" > keystorePass="mypass" clientAuth="false" sslProtocol="TLS" > /> May be its due to the truststore file

Re: Can't make SSL work on Tomcat7 on Ubuntu Server 14.04

2015-01-14 Thread Alexandre Lima
On 13 January 2015 at 18:20, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Alexandre, > > On 1/13/15 2:41 PM, Alexandre Lima wrote: > > On 13 January 2015 at 16:11, Christopher Schultz < > > ch...@christopherschultz.net> wrote: >

Re: Can't make SSL work on Tomcat7 on Ubuntu Server 14.04

2015-01-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Alexandre, On 1/13/15 2:41 PM, Alexandre Lima wrote: > On 13 January 2015 at 16:11, Christopher Schultz < > ch...@christopherschultz.net> wrote: > > Alexandre, > > On 1/13/15 1:37 PM, Alexandre Lima wrote: Hello! This is the first time I'm u

Re: Can't make SSL work on Tomcat7 on Ubuntu Server 14.04

2015-01-13 Thread Alexandre Lima
On 13 January 2015 at 16:41, Alexandre Lima wrote: > > > On 13 January 2015 at 16:11, Christopher Schultz < > ch...@christopherschultz.net> wrote: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA256 >> >> Alexandre, >> >> On 1/13/15 1:37 PM, Alexandre Lima wrote: >> > Hello! This is the first

Re: Can't make SSL work on Tomcat7 on Ubuntu Server 14.04

2015-01-13 Thread Alexandre Lima
On 13 January 2015 at 16:11, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Alexandre, > > On 1/13/15 1:37 PM, Alexandre Lima wrote: > > Hello! This is the first time I'm using tomcat, so I'm a little bit > > lost... > > Welcome!

Re: Can't make SSL work on Tomcat7 on Ubuntu Server 14.04

2015-01-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Alexandre, On 1/13/15 1:37 PM, Alexandre Lima wrote: > Hello! This is the first time I'm using tomcat, so I'm a little bit > lost... Welcome! Configuring SSL always turns out to be a pain in the neck. > Using the tutorials, I could make the server

Can't make SSL work on Tomcat7 on Ubuntu Server 14.04

2015-01-13 Thread Alexandre Lima
Hello! This is the first time I'm using tomcat, so I'm a little bit lost... Using the tutorials, I could make the server and the application I want to run with it work. The only modification I did until now was changing the http port from 8080 to 80, I did that changing the http conector on servers