iOS 26 and Websocket #7235
Answered
by
tschettervictor
tschettervictor
asked this question in
Issues
-
I'm wondering if anyone is experiencing the "cannot connect websocket" on iOS 26-beta version. Meshcentral I don't believe is at fault, so I'm curious if it's an iOS thing. It seems to only happen with safari. Brave browser works fine. |
Beta Was this translation helpful? Give feedback.
Answered by
tschettervictor
Sep 14, 2025
Replies: 1 comment 19 replies
-
ive moved this to a discussion as its more asking a question than an actual BUG/problem |
Beta Was this translation helpful? Give feedback.
19 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think I found the issue @si458
Caddy (the reverse proxy I'm using) has built in support for the HTTP3.0/QUIC protocol, and that seems to not play well with iOS 26 and safari.
I've disabled HTTP3.0 for now and it looks like my connection to meshcentral is now stable again.