ROS 7.10 - SSTP connection timeout

Unfortunately I’m not allowed to post a reply in the ROS 7.10 thread, so it must be done here:

I’m experiencing connection timeouts with SSTP connections after upgrading from a CCR1036-12G-4S (v6.47.9) to a CCR2216-1G-12XS-2XQ (v7.10). The connections are initiated and work well so far, but infrequently (multiple times per hour) the connection is lost and the log states “: terminating… -connection timeout”. The clients use Windows 10 and 11 with the Windows build-in SSTP client. The bandwidth on the tunnels is as expected (1-100 MBit/s) and there is no sign, that the tunnel colapse when there is load on it. The configuration is the same between the CCR1036 and CCR2216:

/ip pool
add name=SSTP-SEG-25 ranges=172.xx.xx.x-172.xx.xx.xx
/ppp profile
add change-tcp-mss=yes dns-server=172.yy.yy.yy local-address=172.yy.yy.yy \
    name=SSTP-Clients only-one=no remote-address=SSTP-SEG-25 use-encryption=\
    yes use-ipv6=default
/interface sstp-server server
set authentication=chap,mschap2 certificate=sstp-server.crt_0 \
    default-profile=SSTP-Clients enabled=yes max-mru=1360 max-mtu=1360 \
    tls-version=only-1.2

I can toggle between the old device and new one. The old one has no connection timeouts. Not a single one. The new one a whole bunch of them.
Any idea what’s that can be?

With ROS 7.8 (RB750R3) everything worked fine, but as soon as I upgraded to 7.9.1 I experienced something similar:
sstp-conn1: terminating… - std failure: timeout(13)
Then I had to move back to 7.8 … everything worked like charm again
Today I tried 7.11.2 but same error again … I have 15 sstp client connections connecting/waiting and every showed same error … :frowning:

Now I’m back to 7.8 in order to keep/maintain production … everything works!

All those sstp connections were generated in early 6.x ROSes and I never had any issues during upgrades till now … it seems that 7.8 is the latest that handles my connections correctly (7.9 does not)


Thank you very much in advance for your help and support!

BR
Tonci