Security basics

Guides for account security, two-factor authentication, VPN, and encryption. Clear verification steps.

Common issues

Start here

Best entry points for this topic.

All guides

Troubleshooting

  • Fix a VPN that drops constantly A VPN that connects but drops every few minutes or constantly. This guide helps you confirm the underlying network is stable, try a different server, enable keep-alive, rule out firewall or network switching—or escalate to VPN support when needed.
  • Fix an API key rejected for auth, scope, or expiration Copy the full secret, check headers and env names, confirm scopes and IP allow lists, rotate the key, and rule out clock skew on servers.
  • Fix an encrypted drive that will not mount An encrypted drive (BitLocker, FileVault, LUKS, or VeraCrypt) that will not mount or decrypt. This guide helps you confirm the password, check for TPM or recovery key issues, rule out hardware or driver problems, and know when to escalate.
  • Fix an SSL certificate that shows an error A browser or app showing an SSL or certificate error (e.g. "Your connection is not private," "NET::ERR_CERT_AUTHORITY_INVALID," or cert mismatch). This guide helps you identify the error type, rule out expiry and clock, check for name mismatch and chain issues, then fix the cert or escalate.
  • Fix antivirus blocking or quarantining a trusted program Restore the file from quarantine, add a folder or process exclusion, submit a false positive, and avoid running two real-time scanners at once.
  • Fix BitLocker when recovery key or password fails at boot Retrieve keys from Microsoft Account or AD, suspend after hardware changes, repair BCD—do not guess keys; reimage if volume is corrupted.
  • Fix browser warnings that say your connection is not private Fix wrong system time, clear SSL state, remove bad proxies, pause HTTPS scanning in antivirus—do not enter passwords on untrusted networks.
  • Fix expired JWT: refresh token, clock sync, re-login API returns JWT expired. Refresh access token, sync device time, sign out and in, renew credentials if refresh token fails.
  • Fix FileVault that will not decrypt FileVault asks for a password or recovery key but it does not work—wrong password, key not found, or firmware password blocks input. This guide helps you find and enter the recovery key, reset the password, or use the key from iCloud—or call support when needed.
  • Fix TLS that will not handshake A connection that fails during the TLS handshake (e.g. "handshake failure," "no shared cipher," or "protocol version"). This guide helps you confirm the failure with openssl s_client, check TLS version and cipher support, then enable compatible versions and ciphers or escalate.

How-to