broad variety of cipher suites.
> The crypto providers are listed in the file java.security.
> As long as you don’t modify this file, SSL should work just fine in the
> default java-configuration.
>
> Greetings, Thomas
>
>
> > -Ursprüngliche Nachricht-
> > Von
>
> > If I disable SSL in tomcat server.xml, It's working with Non-SSL (
> > http://localhost:8080).
> >
> > Does Tomcat SSL configuration work with JRE 1.8.0 ? Are there any changes
> > required to establish a handshake ?
> >
> > Please let me k
t me personally.
>
> On 6/14/22 11:21, Pavan Kumar Tiruvaipati wrote:
> > > maxThreads="150" minSpareThreads="25"
> maxSpareThreads="75"
> > enableLookups="false" disableUploadTimeout="true&quo
Hi,
We have replaced JDK 1.8 with JRE 1.8.0_333.
SSL configuration was working fine with Tomcat 6.0.45 before replacing JDK
with JRE.
Now it's not working.
In server.xml, SSL Protocol is set to "TLS".
Does Tomcat 6.0.45 support SSL with JRE 1.8.0_333 ?
Are there any specific protocols / versi
ave to upgrade ecj
> to version 4.6.1 and using jdk8u74. But these were all I can recalled.
>
> hth
>
> On Mon, Jun 13, 2022 at 5:48 PM Pavan Kumar Tiruvaipati
> wrote:
> >
> > Hi,
> >
> > Our application is running on Tomcat 6.0.45.
> >
> >
>
13.06.22 11:48, Pavan Kumar Tiruvaipati wrote:
> > Hi,
> >
> > Our application is running on Tomcat 6.0.45.
> >
> >
> > *Operation System* - Linux & Windows
> >
> > Due to security reasons, we are replacing JDK 1.8 with JRE 1.8.
>
> If you ma
Hi,
Our application is running on Tomcat 6.0.45.
*Operation System* - Linux & Windows
Due to security reasons, we are replacing JDK 1.8 with JRE 1.8.
We understand that Tomcat is bundled with Eclipse JDT compiler -
ecj-4.3.1.jar.
It will take care of dynamic compilation of JSP pages (Correct