Question
TCS
CA
Last activity: 23 Jun 2023 13:17 EDT
JMS listener connectivity failure after updating the strong Ciphers
Hi All,
JMS listener connectivity is failing after updating to only Strong ciphers with TLSV1.2 in Pega 8.4.4. Ciphers are mentioned as below.
We are using Websphere and the WAS version is Proprietary information hidden. When we update it to java sdk verion to JCL - 20220922_01 based on Oracle jdk8u351-b10 this java version Connectivity is failing.
Error:
[Error: Failed to connect via SSL to No appropriate protocol (protocol is disabled or cipher suites are inappropriate): url that returned this exception =
Ciphers
TLS_AES_256_GCM_SHA384 TLS_AES_128_GCM_SHA256 TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 TLS_DHE_DSS_WITH_AES_256_GCM_SHA384 TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 TLS_DHE_DSS_WITH_AES_128_GCM_SHA256
Thanks in advance.