Forums/
Gateways
2026-03-31 16:24:24
Re:Bizarre HTTPS Connection Issue: Every Other New Connection Times Out (TP-Link Omada ER8411 + KPN)
@Jeremy_12 Message received - thank you! Edit: Uploaded the new firmware and can confirm that the issue is resolved. Did a few throughput tests with IDS/IDP + DPI with no issues as well.
2HELPFULS
Forums/
Gateways
2026-03-28 21:08:25
Re:Bizarre HTTPS Connection Issue: Every Other New Connection Times Out (TP-Link Omada ER8411 + KPN)
$ cat omada.sh
#!/bin/bash
_x=1
_host="https://..."
while [ $_x -le 5 ];
do
curl --no-keepalive --silent --connect-timeout 3 "$_host" -o /dev/null
echo "attempt #$_x: exit code $?"
sleep...
0HELPFULS
