You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@serf.apache.org by Branko Čibej <br...@apache.org> on 2022/06/04 19:18:45 UTC

Re: [PATCH] Fix expired test certificates

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

Re: [PATCH] Fix expired test certificates

Posted by Evgeny Kotkov <ev...@visualsvn.com.INVALID>.
Branko Čibej <br...@apache.org> writes:

> Alternatively we could just generate the test certs in every test run.
> They're self-signed, IIRC? So it shouldn't be a problem.

That could be a viable option.

In the meanwhile, I tend to think that simply increasing the lifespan of those
certificates is a fairly practical solution by itself, and that it improves
over the previous state.


Regards,
Evgeny Kotkov