Communication error after deployed in Acceptance node

1
Hi Everyone! We are facing with a communication problem in our application. We would like to use websocket communication to change information with our clients. When we implemented and tested this protocol into our application it was working without any error, but after the deploy into our Acceptance node the communication became only one-way. The clients could send any messages to the application, but the application couldn't response to them. We tried some port opening under the outgoing connections, but it didn't solve the problem and we have always changing IP addresses for the clients.   Is there any idea or tipp, how can we solve this problem? How can we send messages from our application in the cloud to our clients?   Thanks in advance! Imre
asked
1 answers
0

My 2 cents:

In the office environment, you are using a proxy server. The Acceptance environment is not using/not able to use the office proxy. In Mendix you can  set in Settings -> Configurations -> Server Tab -> Extra JVM parameters 

 

-Dhttp.proxyHost=HostName -Dhttp.proxyPort=Port -Dhttp.proxyUser=Domain\username -Dhttp.proxyPassword=passwor

 

I hope this is it. I should know more if this didn't solve it.

 

Go Make IT

answered