Commit 6d90bea
authored
Fix
The [nightly tests are
failing](https://github.com/hazelcast/hazelcast-nodejs-client/actions/runs/14506740078/job/40704373059):
```
[DefaultLogger] WARN at ConnectionManager: Error during initial connection to 127.0.0.1:43973 Error: certificate has expired
```
The certificates were _manually_ updated in
#1525, but the
upstream source is updated automatically and so they have become
outdated.
We already download the upstream source as part of the action anyway, so
updated to overwrite the existing `keystore.jks` with the latest
version.
[Example execution showing success of
`ClientSSLTest`](https://github.com/hazelcast/hazelcast-nodejs-client/actions/runs/14512620752/job/40714565969)
(other test failures out of scope).ClientSSLTest Certificate (#1535)1 parent b930912 commit 6d90bea
File tree
2 files changed
+2
-0
lines changed- .github/workflows
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
0 commit comments