Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
[FIX] Workaround for buggy JVM making SAPCC work again in Docker
SAPCC Log shows "SSL server initiated renegotiation is disabled, closing connection" when used with certain JVMs. We can't use certain Java runtimes as described in https://launchpad.support.sap.com/#/notes/2745641 (see also https://bugs.openjdk.java.net/browse/JDK-8217579): - Oracle JDK 1.8.0_201 or higher - SAP JVM 8.1.048 or higher - SAP JVM 7.1.62 or higher These versions would make the SAPCC not responding as expected when run in Docker. Workaround for now as suggested in the note mentioned above: remove NULL from jdk.tls.disabledAlgorithms in file /opt/sapjvm_8/jre/lib/security/java.security This workaround fix will be removed once a fixed versoin of SAP JVM is available!
- Loading branch information
Showing
1 changed file
with
44 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters