You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @benjamin-tang-pusher
I've found out your question regarding proxying of NWConnection when used with WebSocket here: https://developer.apple.com/forums/thread/684489
Could you please share if you were able to make NWConnection to work over proxy when configured to perform WebSocket connection? So far I have no luck. This is very strange for me that plain old TCP connection over NWConnection is proxied by default, but then suddenly broken if I change NWEndpoint from NWEndpoint.HostPort to NWEndpoint.URL with scheme wss (scheme https works over proxy).
Thanks a lot in advance!
The text was updated successfully, but these errors were encountered:
Hi, We haven't been able to resolve this issue at this time, it appears to be an issue with the underlying NWConnection/NWListener functions provided by Apple
Hello @benjamin-tang-pusher
I've found out your question regarding proxying of NWConnection when used with WebSocket here: https://developer.apple.com/forums/thread/684489
Could you please share if you were able to make
NWConnection
to work over proxy when configured to perform WebSocket connection? So far I have no luck. This is very strange for me that plain oldTCP
connection overNWConnection
is proxied by default, but then suddenly broken if I changeNWEndpoint
fromNWEndpoint.HostPort
toNWEndpoint.URL
with schemewss
(schemehttps
works over proxy).Thanks a lot in advance!
The text was updated successfully, but these errors were encountered: