Guacd and Gaucamole client( which connects to Guacd ) are running in the same EC2 machine.
Guacd is running on port 4822.
Gaucamole client(webapp which connects to Guacd) is running on port 8088
I am trying to connect to the Guacd from Gaucamole client through socket connection and its throwing "Connection to guacd timed out".
GuacamoleSocket socket = new ConfiguredGuacamoleSocket(new InetGuacamoleSocket(
"localhost", 4822), config);
I have verified that guacd is running properly on port 4822. But i am not able to connect to it.
Please help!!