Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
gitAuthentication:
  sshKey: "/opt/dm/mci/workbench.key"
  httpsProvider: "SunJSSE"
  httpsEnabled: true  
  httpsCredentialsStore:    
    type: "PKCS12"
    path: "/opt/dm/mci/.secrets/git-credentials.p12"    
    password: "${file:UTF-8:/opt/dm/mci/.secrets/git-credentials-keystore-password}"

…then restarting Workbench, Workbench starts normally but fails to authorise the user with a “Could not connect to server” message when valid DataStage credentials are presented (login with invalid credentials works as expected, the credentials are validated as failed and logon is denied)

...

Switch Workbench from using Oracle Java to AdoptOpenJDK. AdoptOpenJDK has more modern encryption and is compatible with the key strength we use. See Pre-installation Prerequisite Java UpdateInstallation for instructions.