Having issues with BigTimeUp? This guide covers solutions to common problems and explains what to do when something doesn't work as expected.
My site shows as DOWN but it's actually working fine
This is often called a "false positive." Several factors can cause this:
Possible Causes:
- IP Blocking: Your server may be blocking requests from BigTimeUp's monitoring servers
- Rate Limiting: Your site's firewall or CDN may be rate-limiting our checks
- Temporary Downtime: Your site may have been briefly unavailable during the check
- Slow Response: Your server took longer than 30 seconds to respond (timeout)
- Redirect Loop: Your site may have a misconfigured redirect
Solutions:
- Check your site's check history in BigTimeUp to see if it's consistently down or just occasional failures
- Review your server logs for the time when the check failed
- If you're using a WAF or CDN (Cloudflare, etc.), whitelist BigTimeUp's monitoring
- Ensure your site responds within 30 seconds
- Verify there are no redirect loops or DNS issues
I'm not receiving email alerts
If you're not getting alerts when your site goes down:
Troubleshooting Steps:
- Check Spam/Junk Folder: Alert emails may be filtered. Add [email protected] to your safe senders list
- Verify Email Address: Ensure you've verified your email address (check for verification email in inbox)
- Confirm Organization Membership: Make sure you're a member of the organization that owns the monitored site
- Check Email Provider: Some corporate email systems block automated emails. Contact your IT department
- Test Alert Delivery: Temporarily stop your test site to trigger an alert
If none of these steps work, contact [email protected] with your account email.
SSL certificate shows as invalid but it's actually valid
SSL certificate validation issues can occur for several reasons:
Common Causes:
- Self-Signed Certificate: BigTimeUp only recognizes certificates from trusted Certificate Authorities
- Expired Certificate: The certificate may have actually expired
- Incomplete Chain: Your server isn't sending the full certificate chain
- Wrong Certificate: Server is serving a certificate for a different domain
How to Fix:
- Use an SSL checker tool (like SSL Labs) to verify your certificate configuration
- Ensure you're using a certificate from a trusted CA (Let's Encrypt, DigiCert, etc.)
- Verify your server is sending the complete certificate chain
- Check that the certificate matches your domain name
- If using a CDN, ensure SSL is properly configured
Can't add a website - "Invalid URL" error
BigTimeUp requires a specific URL format for monitoring:
Requirements:
- Must include protocol:
https:// or http://
- Must be a valid, publicly accessible URL
- Must include a domain name (IP addresses not currently supported)
- Ports other than 80/443 are not currently supported
Valid Examples:
- https://example.com
- https://www.example.com
- https://subdomain.example.com
- https://example.com/specific-page
Response times seem inaccurate or inconsistent
Response time can vary based on many factors:
Why Response Times Vary:
- Server Load: Your server may be busier at certain times
- Network Conditions: Internet routing can affect response times
- CDN Caching: Cached responses are faster than uncached
- Geographic Distance: Physical distance between monitoring server and your site
- Time of Day: Peak traffic hours may slow your site
BigTimeUp measures the total time from sending the request to receiving the full response, including DNS lookup, connection time, SSL handshake, and data transfer. This represents real-world performance users experience.