This guide shows you how to configure your browser to access training courses from home by adjusting security settings.
Chrome on Windows
1. Right-click on your Chrome shortcut
2. Select "Properties"
3. In the "Target" field, add this to the end:
--ignore-certificate-errors --ignore-ssl-errors
4. The full target should look similar to:
"C:\Program Files\Google\Chrome\Application\chrome.exe" --ignore-certificate-errors --ignore-ssl-errors
5. Click "Apply" and "OK"
6. Launch Chrome using this shortcut
Chrome on macOS
1. Open Terminal (you can find it in Applications > Utilities)
2. Copy and paste this command:
open -a "Google Chrome" --args --ignore-certificate-errors --ignore-ssl-errors
3. Press Enter to run Chrome with the security settings disabled
4. Optional: Create an Automator script or alias for easier access
Firefox (Windows & macOS)
1. Type "about:config" in the address bar
2. Click "Accept the Risk and Continue"
3. Search for "security.ssl.enable_ocsp_stapling"
4. Set it to "false" by clicking the toggle button