HTML5 Websocket and ISA Proxy issue -


i'm not expert in isa server, issue following:

var wsuri = "ws://192.168.1.7:8887";

websocket = new websocket(wsuri);

these 2 lines work fine. when try 192.168.1.7 external computers set rule in isa server: websocket.domain.com -> (redirect 192.168.1.7, bridging = redirect request http port 8887)

and following doesn't work:

var wsuri = "ws://websocket.domain.com";

websocket = new websocket(wsuri);

i see in isa log "status: 10061 no connection made because target machine actively refused it." seems websocket doesn't transform message http tunneled destination server.

thanks in advance!

finally i've made workaround. installed pc, gave public static ip , deploy websocket on it.so pc out of network , doesn't deal isa. came conclusion isa 2006 not pass original http message , somehow corrupted it.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -