Comment 13 for bug 2003189

Revision history for this message
Michał Małoszewski (michal-maloszewski99) wrote :

I've tried to investigate what's going on with apache2 that fails in kinetic.

1) I compared the source files that contain the fix in Jammy and Kinetic, and both are the same.

2) I did use grep to detect which file inside Apache2 was responsible for the message which occurred in
   the test log.

3) The surrounding code was fine and was not suspected for me + renegotiation works.

4) I checked the certificates in the code which are valid until 2024, but the certificate is the last thing
   that comes to my mind here.

All scenarios of the failure that came to mind:

[X]The client is using the wrong date or time.
[X]The client is a browser and its specific configuration is causing the error.
[X]The connection is being intercepted by a third party on the client-side.
[X (jammy worked)]The client and server do not support the same SSL version.
[+] (most likely, but cerfiticate seems to be valid) The client or server’s certificate is invalid.