We have implemented the Realtime messaging module in one of our applications which works fine when we access it directly through the tomcat, but whereas if we deploy the application behind apache and access through HTTPS it breaks.
The scenario we see is, repeated requests of the one below, looks like not able to keep the connection open.
https://myserver.com/myapp/isomorphic/messaging?ts=1278509744675
type=connect
connectionID=isc_HiddenFrame_9
subscribedChannels={
"Relay.ModelUpdate.ExampleModelIndex.TE_EX1001-48911900-6":{
callback:"ExampleView.processMRUpdate(data)"
}
}
jscallback=parent.isc.Comm.hiddenFrameReply(undefined,results)
_transaction=<transaction xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance" xsi:type="xsd:Object"><type>connect</type><connectionID>isc_HiddenFrame_9</connectionID><subscribedChannels>{
 "Relay.ModelUpdate.ExampleModelIndex.TE_EX1001-48911900-6":{
callback:"ExampleView.processMRUpdate(data)"
}
}</subscribedChannels><jscallback>parent.isc.Comm.hiddenFrameReply(undefined,results)</jscallback></transaction>
protocolVersion=1.0
__iframeTarget__=isc_HiddenFrame_9
What might cause this issue? Appreciate your response asap.
Thanks.
The scenario we see is, repeated requests of the one below, looks like not able to keep the connection open.
https://myserver.com/myapp/isomorphic/messaging?ts=1278509744675
type=connect
connectionID=isc_HiddenFrame_9
subscribedChannels={
"Relay.ModelUpdate.ExampleModelIndex.TE_EX1001-48911900-6":{
callback:"ExampleView.processMRUpdate(data)"
}
}
jscallback=parent.isc.Comm.hiddenFrameReply(undefined,results)
_transaction=<transaction xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance" xsi:type="xsd:Object"><type>connect</type><connectionID>isc_HiddenFrame_9</connectionID><subscribedChannels>{
 "Relay.ModelUpdate.ExampleModelIndex.TE_EX1001-48911900-6":{
callback:"ExampleView.processMRUpdate(data)"
}
}</subscribedChannels><jscallback>parent.isc.Comm.hiddenFrameReply(undefined,results)</jscallback></transaction>
protocolVersion=1.0
__iframeTarget__=isc_HiddenFrame_9
What might cause this issue? Appreciate your response asap.
Thanks.
Comment