Windows 10: Unable to set up development env. because SSL problems during clone

I have tried to set up a new Eclipse environment, but the it is not possible to clone the git repositories because Oomph has got SSL handshake problems:

Cloning Git repo https://github.com/openhab/openhab-distro.git to C:\dev\openhab-master\git\openhab-distro
java.lang.Exception: org.eclipse.jgit.api.errors.TransportException: https://github.com/openhab/openhab-distro.git: Secure connection to https://github.com/openhab/openhab-distro.git could not be established because of SSL problems
  at org.eclipse.oomph.setup.git.impl.GitCloneTaskImpl.perform(GitCloneTaskImpl.java:989)
  at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.doPerformNeededSetupTasks(SetupTaskPerformer.java:3851)
  at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.access$1(SetupTaskPerformer.java:3794)
  at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer$WorkspaceUtil$1.run(SetupTaskPerformer.java:5160)
  at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2292)
  at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2317)
  at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer$WorkspaceUtil.performNeededSetupTasks(SetupTaskPerformer.java:5154)
  at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer$WorkspaceUtil.access$0(SetupTaskPerformer.java:5152)
  at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.performNeededSetupTasks(SetupTaskPerformer.java:3785)
  at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.performTriggeredSetupTasks(SetupTaskPerformer.java:3760)
  at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.perform(SetupTaskPerformer.java:3638)
  at org.eclipse.oomph.setup.ui.wizards.ProgressPage$9.run(ProgressPage.java:595)
  at org.eclipse.oomph.setup.ui.wizards.ProgressPage$11$1.run(ProgressPage.java:722)
  at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Caused by: org.eclipse.jgit.api.errors.TransportException: https://github.com/openhab/openhab-distro.git: Secure connection to https://github.com/openhab/openhab-distro.git could not be established because of SSL problems

The strange thing is, that I have no problem to perform rebase and push operations with github repositories in another existing older Eclipse installation. I have no clue why the clue why the clone fails in the Eclipse Updater.

Any ideas how to solve the problem?

Java Version is: Adopt openJDK 11.0.9.1+1

Found the solution: I have used the Eclipse Installer with embedded JRE. This Installation did not contain the necessary ciphers for Github.

With the nighly build of the installer from Eclipse Installer - Eclipsepedia it works.