Re: Connector difference explanation request - two ways of getting SSL in server.xml

2019-06-24 Thread Mark Thomas
On 22/06/2019 22:56, Giuseppe Sacco wrote: > Hello Richard, > > Il giorno sab, 22/06/2019 alle 21.19 +, Richard Huntrods ha > scritto: >> Apologies if this is really basic, but I've seen two ways of handling >> https (SSL) for tomcat and don't understand the differences. > [...] >> > protocol=

Re: Connector difference explanation request - two ways of getting SSL in server.xml

2019-06-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Richard, On 6/22/19 17:19, Richard Huntrods wrote: > Apologies if this is really basic, but I've seen two ways of > handling https (SSL) for tomcat and don't understand the > differences. > > The first example uses letsencrypt cert files 'in situ'

Re: Connector difference explanation request - two ways of getting SSL in server.xml

2019-06-22 Thread Giuseppe Sacco
Hello Richard, Il giorno sab, 22/06/2019 alle 21.19 +, Richard Huntrods ha scritto: > Apologies if this is really basic, but I've seen two ways of handling > https (SSL) for tomcat and don't understand the differences. [...] > protocol="org.apache.coyote.http11.Http11NioProtocol" > maxThreads

Connector difference explanation request - two ways of getting SSL in server.xml

2019-06-22 Thread Richard Huntrods
Apologies if this is really basic, but I've seen two ways of handling https (SSL) for tomcat and don't understand the differences. The first example uses letsencrypt cert files 'in situ' (i.e. where they have been created). The second example uses the same files, but converted by a manual shell sc