JDK 11 | JDK 17 | JDK 18 | JDK 8 |
---|---|---|---|
11.0.14-oracleFixed | 17.0.2Fixed | 18 b16Fixed | 8u321Fixed |
Relates :
|
Right now OpensslArtifactFetcher invokes openssl from one of the following 2 absolute paths (in that order): /usr/bin/openssl /usr/local/bin/openssl However, on some systems, especially Cygwin-based windows machines, the openssl may not necessarily be found on those paths. The test fails on such machines even though a valid openssl installation exists. Consider adding a default openssl invocation without any absolute path specification.
|