Yes, I had to install Java 11
On Thu, 24 Nov 2022, 00:42 Shawn Heisey, wrote:
> On 11/23/22 14:12, Edwin Mwangi wrote:
> > I need help with the correct parameter for setting Ciphers in Apache
> Tomcat
> > 10.1.2, in the previous version 9 i would use the parameter below
> >
> > ciphers="TLS_RSA_
On 11/23/22 14:46, Chuck Caldarale wrote:
On Nov 23, 2022, at 22:41, Shawn Heisey wrote:
I am betting that Java is just refusing to use those ciphers because they are
known to be weak. Hopefully an expert can tell me if I am giving incorrect
information here.
The reported error was the fail
> On Nov 23, 2022, at 22:41, Shawn Heisey wrote:
>
> I am betting that Java is just refusing to use those ciphers because they are
> known to be weak. Hopefully an expert can tell me if I am giving incorrect
> information here.
The reported error was the failure to set the non-existent prop
On 11/23/22 14:12, Edwin Mwangi wrote:
I need help with the correct parameter for setting Ciphers in Apache Tomcat
10.1.2, in the previous version 9 i would use the parameter below
ciphers="TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA"
However when I set the same in Apache Tomcat 1
> On Nov 23, 2022, at 22:12, Edwin Mwangi wrote:
>
> I need help with the correct parameter for setting Ciphers in Apache Tomcat
> 10.1.2, in the previous version 9 i would use the parameter below
>
> ciphers="TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA"
>
> However when I set
Hi Guys,
I need help with the correct parameter for setting Ciphers in Apache Tomcat
10.1.2, in the previous version 9 i would use the parameter below
ciphers="TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA"
However when I set the same in Apache Tomcat 10.1.2 I get the following
error