Skip to main content

Connector Connection Issues

Fix problems with the gplc-connector plugin connection.

Updated Feb 5, 2026
326 views

Connector Connection Issues ## Verifying Your Connection 1. Go to Settings → Zeebrar

  • Check the connection status indicator
  • Green = connected, Red = disconnected ## "Invalid Credentials" Cause: Your API key or email is incorrect. Fix:
  • Log in to zeebrar.com
  • Go to Account → API Settings
  • Copy your API key
  • Paste into the connector settings ## "Site Not Authorized" Cause: Your site isn't registered with your account. Fix:
  • Go to zeebrar.com → Account → Sites
  • Add your site's domain
  • Reconnect the connector ## Firewall Blocking Connection Some hosts block outgoing connections. Fix:
  • Whitelist api.zeebrar.com
  • Whitelist port 443 (HTTPS)
  • Contact your host if unsure how ## SSL Certificate Issues Cause: SSL verification failing. Fix:
  • Ensure your site uses HTTPS
  • Check SSL certificate is valid
  • Try updating wp-config.php:
    define('ZEEBRAR_SSL_VERIFY', false); // Temporary fix
    Note: This should only be used for troubleshooting.