HTTP SSL comunication doesn't work after patch OJVM 19.15 and higher
Hi
We try path Oracle DB to 19.15, 19.16(34086870) but there doesn't work HTTP SSL comunnication in the OJVM.
The previous workaround OJVM Using JDK 1.8 Is Missing Cipher Suites like TLS_ECDHE_% (Doc ID 2678418.1) doesn't work too on the patched DB.
It returns ie.
javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure,
javax.net.ssl.SSLHandshakeException: Unsupported signature algorithm (rsa_pss_rsae_sha256) used in CertificateVerify handshake message
We must rollback the patch back to 19.14(33561310) where the workaround works fine.
Are there any other workaround?