Bizarre HTTPS Connection Issue: Every Other New Connection Times Out (TP-Link Omada ER8411 + KPN)

Bizarre HTTPS Connection Issue: Every Other New Connection Times Out (TP-Link Omada ER8411 + KPN)

28 Reply
Re:Bizarre HTTPS Connection Issue: Every Other New Connection Times Out (TP-Link Omada ER8411 + KPN)
a week ago
Yes we are also waiting. Is it even possible to degrade from 3.1.6 to 3.1.5 ?
  0  
  0  
#24
Options
Re:Bizarre HTTPS Connection Issue: Every Other New Connection Times Out (TP-Link Omada ER8411 + KPN)
a week ago
did you get an answer? We are also watiing for the new firmware
  0  
  0  
#25
Options
Re:Bizarre HTTPS Connection Issue: Every Other New Connection Times Out (TP-Link Omada ER8411 + KPN)
a week ago
Where can I Download Beta. What is inside the Beta? Can it ruin something? When will be the official release with the fix?
  0  
  0  
#26
Options
Re:Bizarre HTTPS Connection Issue: Every Other New Connection Times Out (TP-Link Omada ER8411 + KPN)
Saturday - last edited Saturday
$ 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 1
    _x=$(( $_x + 1 ))
done
$ 
$ ./omada.sh
attempt #1: exit code 0
attempt #2: exit code 28
attempt #3: exit code 0
attempt #4: exit code 28
attempt #5: exit code 0

 

@Ethan-TP 

 

Would it be possible to get the beta firmware as well (model: ER8411 v1.0, running v1.3.6)?

 

I suspect that I'm seeing the same TCP issue, since timeouts stop occurring after switching WAN from PPPoE --> static/DHCP.

 

Thank you!

  0  
  0  
#27
Options
Re:Bizarre HTTPS Connection Issue: Every Other New Connection Times Out (TP-Link Omada ER8411 + KPN)
Yesterday

Hi,@ahr0 

To better assist you, I've created a support ticket via your registered email address and escalated it to our support engineer to look into the issue. Please check your email box and ensure the support email is well received. Thanks!

  3  
  3  
#28
Options
Re:Bizarre HTTPS Connection Issue: Every Other New Connection Times Out (TP-Link Omada ER8411 + KPN)
Yesterday

Hi,  @Borm 

I've created a support ticket via your registered email address. Please check your inbox, thank you!

  0  
  0  
#29
Options
Re:Bizarre HTTPS Connection Issue: Every Other New Connection Times Out (TP-Link Omada ER8411 + KPN)
19 hours ago - last edited 19 hours ago

  @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.

  1  
  1  
#30
Options
Re:Bizarre HTTPS Connection Issue: Every Other New Connection Times Out (TP-Link Omada ER8411 + KPN)
2 hours ago

  @Jeremy_12 

Hi,

saw some hints on how to deal with this here: https://community.tp-link.com/en/business/forum/topic/848156?sortDir=ASC&page=4

but instead of tweaking individual configurations, I would also want to contribute by testing the beta FW.

 

Can this be sent?

 

Thanks!

  0  
  0  
#31
Options