Skip to content

Commit 169f121

Browse files
committed
updating release notes
1 parent a469420 commit 169f121

File tree

1 file changed

+9
-0
lines changed
  • documentation/4.0/content/release-notes

1 file changed

+9
-0
lines changed

documentation/4.0/content/release-notes/_index.md

+9
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,15 @@ pre = "<b> </b>"
7676
error when attempting to deploy the application.
7777

7878
#### Known Issues
79+
- SSH support requires a reasonably recent version of Bouncy Castle. WDT picks up Bouncy Castle from WLST so, for example,
80+
the 12.2.1.4.0 GA release fails with the following error, as mentioned at https://github.com/hierynomus/sshj/issues/895.
81+
Applying a recent PSU should resolve the issue for 12.2.1.4 and 14.1.1.
82+
83+
```shell
84+
SEVERE Messages:
85+
1. WLSDPLY-20008: verifySSH argument processing failed: Failed to initialize SSH context: Failed to SSH connect to host myhost.oracle.com: no such algorithm: X25519 for provider BC
86+
```
87+
7988
- SSH support for the Update Domain Tool and Deploy Apps Tool do not work when using an archive file and the remote
8089
WebLogic Server is running on Windows using the optional, Windows-provided, OpenSSH component. This is due to an
8190
issue with the SSHJ library WDT is using. See https://github.com/hierynomus/sshj/issues/929 for more information.

0 commit comments

Comments
 (0)