On 05.10.2021 19:31, Alexandr Miloslavskiy wrote:
In the time since the last 1.3.9 release, test certificates has
already expired two times, causing tests to fail. Our build script runs
tests, so entire build fails for us. Let's fix that.
Due to the presence of binary files in patch, I had to use
'svn diff --git'. Apply with 'svn patch --strip 2'.
[[
Fix expired test certificates
It's the second time when expired test certificates break tests for me.
The current certs expired on 2021-04-28 08:50:35.
This happens because the test certificates are generated with validity
period of only 3 years. Let's change this to 100 years so that it
doesn't happen again.
Alternatively we could just generate the test certs in every test run.
They're self-signed, IIRC? So it shouldn't be a problem.
-- Brane