Session resumpttion (caching) No (IDs assigned but not accepted)

Hi

We updated OpenSSL and found on our system, session resumption (caching) was not workign as expected.
To correct this, I did the following:
ls -ld /var/log/httpd/
drwx------. 2 root root 4096 Apr 18 09:56 /var/log/httpd/
chmod 711 /var/log/httpd/
ls -ld /var/log/httpd/
drwx–x--x. 2 root root 4096 Apr 18 09:56 /var/log/httpd/
I restarted httpd and tested, and the issue is no longer present.
I hope this helps, and sorry if I am wrong.
Many thanks
John