From 08b31985114f109a4f12f22348e47a98393214d8 Mon Sep 17 00:00:00 2001 From: sbarzaghialteaup <51169423+sbarzaghialteaup@users.noreply.github.com> Date: Sat, 29 Aug 2020 23:08:44 +0200 Subject: [PATCH] Solve SSL_ERROR_HANDSHAKE_FAILURE_ALERT Error SSL_ERROR_HANDSHAKE_FAILURE_ALERT accessing cloud connector webui on port 8443. Forced to TLSv1.2, see also 2958529 - Connection to administration UI of Cloud Connector fails. --- exercises/03/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/exercises/03/Dockerfile b/exercises/03/Dockerfile index 2e857e5..98c5be3 100644 --- a/exercises/03/Dockerfile +++ b/exercises/03/Dockerfile @@ -43,4 +43,5 @@ CMD /opt/sapjvm_8/bin/java \ -Dosgi.usesLimit=30 \ -Djava.awt.headless=true \ -Dio.netty.recycler.maxCapacity.default=256 \ + -Djdk.tls.server.protocols=TLSv1.2 \ -jar plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar