glim
glim copied to clipboard
Apache Guacamole can't work with TLS
When Glim runs with TLS support, Apache Guacamole has problems with TLS bind response.
Although I add my CA.pem file to Guacamole using keytool:
Guacamole throws a timeout exception waiting for Glim's bind response.
Glim receives credentials and then TLS connection is set, but somehow socket keeps open as if Guacamole could not validate TLS response or Glim's response wasn't good for Guacamole.
The same operation works without TLS so it may be an issue with tls sockets. I will try to run Wireshark or enable Guacamole debug to grasp where's the problem.