Forums/
Gateways
18 hours ago
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.
1HELPFULS
Forums/
Gateways
Saturday
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
