It appears my MacBook Air is always performing an Online Certificate Status Protocol check for LibreOffice after each reboot. How can I skip this step?
Hello,
you can try to redirect the offending requests via your hosts file.
sudo sh -c 'echo "127.0.0.1 ocsp.apple.com" >> /etc/hosts'
Hope it helps.