Since this morning, roughly 1 out of 25 #
HTTPS requests to
friendica.mrpetovan.com
fails because of an invalid date? The #
SSL certificate isn't expired and I don't understand why only a small fractions of the requests fail.
Can anyone please #
help me troubleshoot the issue?
Adam
(I'm not sure if you'd been able to grab that info along the way)
Find the cert file that has that, and I suspect you'll be able to start tracking down how it's getting used in Apache.
Hypolite Petovan
... show more
However, the working certificate fingerprint I can see in my browser matches the one corresponding to
friendica.mrpetovan.com
so it sounds like it's usingthe fingerprint from a previous certificate maybe?Steffen K9 🐰
Adam
Steffen K9 🐰
Hypolite Petovan
Hypolite Petovan
Adam
Hypolite Petovan
The reason was it was an intermittent error came from lingering Apache processes, even after restart, even after complete stop. These processes would have had the previous certificate in memory while the newer processes would correctly serve the newer certificate. And Apache would randomly assign a process for each request, hence the 1 error out of 25 requests.
Adam
I find it amazing that Apache would allow itself to start again (during a restart) when other conflicting processes would already be around. I don't recall ever running in to that situation myself, but I guess it's entirely possible.
I'm glad you found it - I hope you find a solution to hammer away old apache processes in the future too - that would be a situation where unexpected behaviour would drive me a little crazy!
Hypolite Petovan
Adam
I wound up finding https://dojotoolkit.org/ after searching "apache dojo".
Nevermind me, then! lol